#358E45

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

Shades of Sea Green #358E45

Tints of Sea Green #358E45

Color information

#358E45 (or 0x358E45) is unknown color: approx Sea Green. HEX triplet: 35, 8E and 45. RGB value is (53,142,69). Sum of RGB (Red+Green+Blue) = 53+142+69=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 142 (55.86% from 255 or 53.79% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 142 - color contains mainly: green. Hex color #358E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358E45 is #CA71BA. Grayscale: #6B6B6B. Windows color (decimal): -13267387 or 4558389. OLE color: 4558389.

HSL color Cylindrical-coordinate representation of color #358E45: hue angle of 130.79º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E45 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB5314269-
CMYK0.6300.510.44
HSL130.79º45.64%38.24%-
HSV(B)130.79º62.68%55.69%-
XYZ12.2220.538.95-
YUV107.07106.5189.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 142 (55.86% from 255) = 53.79%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=20.08%
G=53.79%
B=26.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53142690.6300.510.44130.7945.6438.24
Hex358E453F0332C832e26
Octal6521610577063542035646
Binary110101100011101000101111111011001110110010000011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,142,69); }

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

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

 a { background-color: rgb(53,142,69); }

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

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

 span { border-color: rgb(53,142,69); }

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