#358D49

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

Shades of Sea Green #358D49

Tints of Sea Green #358D49

Color information

#358D49 (or 0x358D49) is unknown color: approx Sea Green. HEX triplet: 35, 8D and 49. RGB value is (53,141,73). Sum of RGB (Red+Green+Blue) = 53+141+73=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #358D49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D49 is #CA72B6. Grayscale: #6B6B6B. Windows color (decimal): -13267639 or 4820277. OLE color: 4820277.

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

Color convert

RGB5314173-
CMYK0.6200.480.45
HSL133.64º45.36%38.04%-
HSV(B)133.64º62.41%55.29%-
XYZ12.220.299.58-
YUV106.94108.8589.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.85%
GREEN value IS 141 (55.47% from 255) = 52.81%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=19.85%
G=52.81%
B=27.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141730.6200.480.45133.6445.3638.04
Hex358D493E0302D862d26
Octal6521511176060552065546
Binary110101100011011001001111110011000010110110000110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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