#348952

Color #348952 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #348952

Tints of Sea Green #348952

Color information

#348952 (or 0x348952) is unknown color: approx Sea Green. HEX triplet: 34, 89 and 52. RGB value is (52,137,82). Sum of RGB (Red+Green+Blue) = 52+137+82=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #348952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348952 is #CB76AD. Grayscale: #696969. Windows color (decimal): -13334190 or 5409076. OLE color: 5409076.

HSL color Cylindrical-coordinate representation of color #348952: hue angle of 141.18º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348952 is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB5213782-
CMYK0.6200.400.46
HSL141.18º44.97%37.06%-
HSV(B)141.18º62.04%53.73%-
XYZ11.8819.2311.07-
YUV105.32114.8489.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=19.19%
G=50.55%
B=30.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52137820.6200.400.46141.1844.9737.06
Hex3489523E0282E8d2d25
Octal6421112276050562155545
Binary110100100010011010010111110010100010111010001101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348952; }

 p { color: rgb(52,137,82); }

 H1.HeaderClassName
 {
   color: #348952;
 }
 .AnyTagClassName
 {
   color: #348952;
 }
</style>
background-color css

<style>
 a { background-color: #348952; }

 a { background-color: rgb(52,137,82); }

 div.DivClassName
 {
   background-color: #348952;
 }
 .BgClassName
 {
   background-color: #348952;
 }
</style>
border-color css

<style>
 span { border-color: #348952; }

 span { border-color: rgb(52,137,82); }

 td.TdClassName
 {
   border-color: #348952;
 }
 .TagClassName
 {
   border-color: #348952;
 }
</style>