#358752

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

Shades of Sea Green #358752

Tints of Sea Green #358752

Color information

#358752 (or 0x358752) is unknown color: approx Sea Green. HEX triplet: 35, 87 and 52. RGB value is (53,135,82). Sum of RGB (Red+Green+Blue) = 53+135+82=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #358752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358752 is #CA78AD. Grayscale: #686868. Windows color (decimal): -13269166 or 5408565. OLE color: 5408565.

HSL color Cylindrical-coordinate representation of color #358752: hue angle of 141.22º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358752 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB5313582-
CMYK0.6100.390.47
HSL141.22º43.62%36.86%-
HSV(B)141.22º60.74%52.94%-
XYZ11.6618.6910.98-
YUV104.44115.3391.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 135 (53.12% from 255) = 50%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=19.63%
G=50%
B=30.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135820.6100.390.47141.2243.6236.86
Hex3587523D0272F8d2c25
Octal6520712275047572155445
Binary110101100001111010010111101010011110111110001101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358752; }

 p { color: rgb(53,135,82); }

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

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

 a { background-color: rgb(53,135,82); }

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

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

 span { border-color: rgb(53,135,82); }

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