#358850

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

Shades of Sea Green #358850

Tints of Sea Green #358850

Color information

#358850 (or 0x358850) is unknown color: approx Sea Green. HEX triplet: 35, 88 and 50. RGB value is (53,136,80). Sum of RGB (Red+Green+Blue) = 53+136+80=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #358850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358850 is #CA77AF. Grayscale: #686868. Windows color (decimal): -13268912 or 5277749. OLE color: 5277749.

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

Color convert

RGB5313680-
CMYK0.6100.410.47
HSL139.52º43.92%37.06%-
HSV(B)139.52º61.03%53.33%-
XYZ11.7218.9410.63-
YUV104.811491.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.70%
GREEN value IS 136 (53.52% from 255) = 50.56%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=19.70%
G=50.56%
B=29.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136800.6100.410.47139.5243.9237.06
Hex3588503D0292F8c2c25
Octal6521012075051572145445
Binary110101100010001010000111101010100110111110001100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358850; }

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

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

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

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

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

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

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

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