#358855

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

Shades of Sea Green #358855

Tints of Sea Green #358855

Color information

#358855 (or 0x358855) is unknown color: approx Sea Green. HEX triplet: 35, 88 and 55. RGB value is (53,136,85). Sum of RGB (Red+Green+Blue) = 53+136+85=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #358855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358855 is #CA77AA. Grayscale: #696969. Windows color (decimal): -13268907 or 5605429. OLE color: 5605429.

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

Color convert

RGB5313685-
CMYK0.6100.380.47
HSL143.13º43.92%37.06%-
HSV(B)143.13º61.03%53.33%-
XYZ11.9119.0211.64-
YUV105.37116.590.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 136 (53.52% from 255) = 49.64%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=19.34%
G=49.64%
B=31.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136850.6100.380.47143.1343.9237.06
Hex3588553D0262F8f2c25
Octal6521012575046572175445
Binary110101100010001010101111101010011010111110001111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358855; }

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

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

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

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

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

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

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

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