#358A46

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

Shades of Sea Green #358A46

Tints of Sea Green #358A46

Color information

#358A46 (or 0x358A46) is unknown color: approx Sea Green. HEX triplet: 35, 8A and 46. RGB value is (53,138,70). Sum of RGB (Red+Green+Blue) = 53+138+70=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #358A46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A46 is #CA75B9. Grayscale: #696969. Windows color (decimal): -13268410 or 4622901. OLE color: 4622901.

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

Color convert

RGB5313870-
CMYK0.6200.490.46
HSL132º44.5%37.45%-
HSV(B)132º61.59%54.12%-
XYZ11.6619.388.92-
YUV104.83108.3491.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 138 (54.30% from 255) = 52.87%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=20.31%
G=52.87%
B=26.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138700.6200.490.4613244.537.45
Hex358A463E0312E842d25
Octal6521210676061562045545
Binary110101100010101000110111110011000110111010000100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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