#358D5E

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

Shades of Sea Green #358D5E

Tints of Sea Green #358D5E

Color information

#358D5E (or 0x358D5E) is unknown color: approx Sea Green. HEX triplet: 35, 8D and 5E. RGB value is (53,141,94). Sum of RGB (Red+Green+Blue) = 53+141+94=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #358D5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D5E is #CA72A1. Grayscale: #6D6D6D. Windows color (decimal): -13267618 or 6196533. OLE color: 6196533.

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

Color convert

RGB5314194-
CMYK0.6200.330.45
HSL147.95º45.36%38.04%-
HSV(B)147.95º62.41%55.29%-
XYZ13.0120.6113.88-
YUV109.33119.3587.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 141 (55.47% from 255) = 48.96%
BLUE value IS 94 (37.11% from 255) = 32.64%
R=18.40%
G=48.96%
B=32.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141940.6200.330.45147.9545.3638.04
Hex358D5E3E0212D942d26
Octal6521513676041552245546
Binary110101100011011011110111110010000110110110010100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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