#358D59

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

Shades of Sea Green #358D59

Tints of Sea Green #358D59

Color information

#358D59 (or 0x358D59) is unknown color: approx Sea Green. HEX triplet: 35, 8D and 59. RGB value is (53,141,89). Sum of RGB (Red+Green+Blue) = 53+141+89=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #358D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D59 is #CA72A6. Grayscale: #6C6C6C. Windows color (decimal): -13267623 or 5868853. OLE color: 5868853.

HSL color Cylindrical-coordinate representation of color #358D59: hue angle of 144.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358D59 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB5314189-
CMYK0.6200.370.45
HSL144.55º45.36%38.04%-
HSV(B)144.55º62.41%55.29%-
XYZ12.820.5312.74-
YUV108.76116.8588.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 141 (55.47% from 255) = 49.82%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=18.73%
G=49.82%
B=31.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141890.6200.370.45144.5545.3638.04
Hex358D593E0252D912d26
Octal6521513176045552215546
Binary110101100011011011001111110010010110110110010001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358D59; }

 p { color: rgb(53,141,89); }

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

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

 a { background-color: rgb(53,141,89); }

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

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

 span { border-color: rgb(53,141,89); }

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