#35835C

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

Shades of Sea Green #35835C

Tints of Sea Green #35835C

Color information

#35835C (or 0x35835C) is unknown color: approx Sea Green. HEX triplet: 35, 83 and 5C. RGB value is (53,131,92). Sum of RGB (Red+Green+Blue) = 53+131+92=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #35835C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35835C is #CA7CA3. Grayscale: #676767. Windows color (decimal): -13270180 or 6062901. OLE color: 6062901.

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

Color convert

RGB5313192-
CMYK0.6000.300.49
HSL150º42.39%36.08%-
HSV(B)150º59.54%51.37%-
XYZ11.5217.7612.95-
YUV103.23121.6692.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 131 (51.56% from 255) = 47.46%
BLUE value IS 92 (36.33% from 255) = 33.33%
R=19.20%
G=47.46%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131920.6000.300.4915042.3936.08
Hex35835C3C01E31962a24
Octal6520313474036612265244
Binary11010110000011101110011110001111011000110010110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35835C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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