#358A47

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

Shades of Sea Green #358A47

Tints of Sea Green #358A47

Color information

#358A47 (or 0x358A47) is unknown color: approx Sea Green. HEX triplet: 35, 8A and 47. RGB value is (53,138,71). Sum of RGB (Red+Green+Blue) = 53+138+71=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 138 (54.30% from 255 or 52.67% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 138 - color contains mainly: green. Hex color #358A47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A47 is #CA75B8. Grayscale: #696969. Windows color (decimal): -13268409 or 4688437. OLE color: 4688437.

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

Color convert

RGB5313871-
CMYK0.6200.490.46
HSL132.71º44.5%37.45%-
HSV(B)132.71º61.59%54.12%-
XYZ11.6919.399.09-
YUV104.95108.8490.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 138 (54.30% from 255) = 52.67%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=20.23%
G=52.67%
B=27.10%

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
Decimal53138710.6200.490.46132.7144.537.45
Hex358A473E0312E852d25
Octal6521210776061562055545
Binary110101100010101000111111110011000110111010000101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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