#358E46

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

Shades of Sea Green #358E46

Tints of Sea Green #358E46

Color information

#358E46 (or 0x358E46) is unknown color: approx Sea Green. HEX triplet: 35, 8E and 46. RGB value is (53,142,70). Sum of RGB (Red+Green+Blue) = 53+142+70=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 142 (55.86% from 255 or 53.58% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 142 - color contains mainly: green. Hex color #358E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358E46 is #CA71B9. Grayscale: #6B6B6B. Windows color (decimal): -13267386 or 4623925. OLE color: 4623925.

HSL color Cylindrical-coordinate representation of color #358E46: hue angle of 131.46º 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 #358E46 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB5314270-
CMYK0.6300.510.44
HSL131.46º45.64%38.24%-
HSV(B)131.46º62.68%55.69%-
XYZ12.2520.559.11-
YUV107.18107.0189.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 142 (55.86% from 255) = 53.58%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=20%
G=53.58%
B=26.42%

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
Decimal53142700.6300.510.44131.4645.6438.24
Hex358E463F0332C832e26
Octal6521610677063542035646
Binary110101100011101000110111111011001110110010000011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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