#35845C

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

Shades of Sea Green #35845C

Tints of Sea Green #35845C

Color information

#35845C (or 0x35845C) is unknown color: approx Sea Green. HEX triplet: 35, 84 and 5C. RGB value is (53,132,92). Sum of RGB (Red+Green+Blue) = 53+132+92=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #35845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35845C is #CA7BA3. Grayscale: #676767. Windows color (decimal): -13269924 or 6063157. OLE color: 6063157.

HSL color Cylindrical-coordinate representation of color #35845C: hue angle of 149.62º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35845C is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB5313292-
CMYK0.6000.300.48
HSL149.62º42.7%36.27%-
HSV(B)149.62º59.85%51.76%-
XYZ11.6518.0312.99-
YUV103.82121.3391.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=19.13%
G=47.65%
B=33.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53132920.6000.300.48149.6242.736.27
Hex35845C3C01E30962b24
Octal6520413474036602265344
Binary11010110000100101110011110001111011000010010110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35845C; }

 p { color: rgb(53,132,92); }

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

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

 a { background-color: rgb(53,132,92); }

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

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

 span { border-color: rgb(53,132,92); }

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