#35885D

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

Shades of Sea Green #35885D

Tints of Sea Green #35885D

Color information

#35885D (or 0x35885D) is unknown color: approx Sea Green. HEX triplet: 35, 88 and 5D. RGB value is (53,136,93). Sum of RGB (Red+Green+Blue) = 53+136+93=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 136 - color contains mainly: green. Hex color #35885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35885D is #CA77A2. Grayscale: #6A6A6A. Windows color (decimal): -13268899 or 6129717. OLE color: 6129717.

HSL color Cylindrical-coordinate representation of color #35885D: hue angle of 148.92º 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 #35885D is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB5313693-
CMYK0.6100.320.47
HSL148.92º43.92%37.06%-
HSV(B)148.92º61.03%53.33%-
XYZ12.2519.1613.41-
YUV106.28120.590-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 136 (53.52% from 255) = 48.23%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=18.79%
G=48.23%
B=32.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136930.6100.320.47148.9243.9237.06
Hex35885D3D0202F952c25
Octal6521013575040572255445
Binary110101100010001011101111101010000010111110010101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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