#358D5A

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

Shades of Sea Green #358D5A

Tints of Sea Green #358D5A

Color information

#358D5A (or 0x358D5A) is unknown color: approx Sea Green. HEX triplet: 35, 8D and 5A. RGB value is (53,141,90). Sum of RGB (Red+Green+Blue) = 53+141+90=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #358D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D5A is #CA72A5. Grayscale: #6C6C6C. Windows color (decimal): -13267622 or 5934389. OLE color: 5934389.

HSL color Cylindrical-coordinate representation of color #358D5A: hue angle of 145.23º 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 #358D5A is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB5314190-
CMYK0.6200.360.45
HSL145.23º45.36%38.04%-
HSV(B)145.23º62.41%55.29%-
XYZ12.8420.5412.96-
YUV108.87117.3588.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 141 (55.47% from 255) = 49.65%
BLUE value IS 90 (35.55% from 255) = 31.69%
R=18.66%
G=49.65%
B=31.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141900.6200.360.45145.2345.3638.04
Hex358D5A3E0242D912d26
Octal6521513276044552215546
Binary110101100011011011010111110010010010110110010001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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