#358160

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

Shades of Sea Green #358160

Tints of Sea Green #358160

Color information

#358160 (or 0x358160) is unknown color: approx Sea Green. HEX triplet: 35, 81 and 60. RGB value is (53,129,96). Sum of RGB (Red+Green+Blue) = 53+129+96=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #358160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358160 is #CA7E9F. Grayscale: #666666. Windows color (decimal): -13270688 or 6324533. OLE color: 6324533.

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

Color convert

RGB5312996-
CMYK0.5900.260.49
HSL153.95º41.76%35.69%-
HSV(B)153.95º58.91%50.59%-
XYZ11.4317.313.8-
YUV102.51124.3292.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 96 (37.89% from 255) = 34.53%
R=19.06%
G=46.40%
B=34.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129960.5900.260.49153.9541.7635.69
Hex3581603B01A319a2a24
Octal6520114073032612325244
Binary11010110000001110000011101101101011000110011010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358160; }

 p { color: rgb(53,129,96); }

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

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

 a { background-color: rgb(53,129,96); }

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

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

 span { border-color: rgb(53,129,96); }

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