#359049

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

Shades of Sea Green #359049

Tints of Sea Green #359049

Color information

#359049 (or 0x359049) is unknown color: approx Sea Green. HEX triplet: 35, 90 and 49. RGB value is (53,144,73). Sum of RGB (Red+Green+Blue) = 53+144+73=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #359049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359049 is #CA6FB6. Grayscale: #6C6C6C. Windows color (decimal): -13266871 or 4821045. OLE color: 4821045.

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

Color convert

RGB5314473-
CMYK0.6300.490.44
HSL133.19º46.19%38.63%-
HSV(B)133.19º63.19%56.47%-
XYZ12.6421.189.73-
YUV108.7107.8588.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=19.63%
G=53.33%
B=27.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53144730.6300.490.44133.1946.1938.63
Hex3590493F0312C852e27
Octal6522011177061542055647
Binary110101100100001001001111111011000110110010000101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359049; }

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

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

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

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

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

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

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

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