#35835D

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

Shades of Sea Green #35835D

Tints of Sea Green #35835D

Color information

#35835D (or 0x35835D) is unknown color: approx Sea Green. HEX triplet: 35, 83 and 5D. RGB value is (53,131,93). Sum of RGB (Red+Green+Blue) = 53+131+93=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #35835D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35835D is #CA7CA2. Grayscale: #676767. Windows color (decimal): -13270179 or 6128437. OLE color: 6128437.

HSL color Cylindrical-coordinate representation of color #35835D: hue angle of 150.77º 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 #35835D is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB5313193-
CMYK0.6000.290.49
HSL150.77º42.39%36.08%-
HSV(B)150.77º59.54%51.37%-
XYZ11.5617.7813.18-
YUV103.35122.1692.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.13%
GREEN value IS 131 (51.56% from 255) = 47.29%
BLUE value IS 93 (36.72% from 255) = 33.57%
R=19.13%
G=47.29%
B=33.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131930.6000.290.49150.7742.3936.08
Hex35835D3C01D31972a24
Octal6520313574035612275244
Binary11010110000011101110111110001110111000110010111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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