#359F32

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

Shades of Forest Green #359F32

Tints of Forest Green #359F32

Color information

#359F32 (or 0x359F32) is unknown color: approx Forest Green. HEX triplet: 35, 9F and 32. RGB value is (53,159,50). Sum of RGB (Red+Green+Blue) = 53+159+50=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 159 (62.5% from 255 or 60.69% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 159 - color contains mainly: green. Hex color #359F32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359F32 is #CA60CD. Grayscale: #737373. Windows color (decimal): -13263054 or 3317557. OLE color: 3317557.

HSL color Cylindrical-coordinate representation of color #359F32: hue angle of 118.35º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #359F32 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB5315950-
CMYK0.6700.690.38
HSL118.35º52.15%40.98%-
HSV(B)118.35º68.55%62.35%-
XYZ14.4425.787.23-
YUV114.8891.3883.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 159 (62.5% from 255) = 60.69%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=20.23%
G=60.69%
B=19.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53159500.6700.690.38118.3552.1540.98
Hex359F324304526763429
Octal65237621030105461666451
Binary110101100111111100101000011010001011001101110110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359F32; }

 p { color: rgb(53,159,50); }

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

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

 a { background-color: rgb(53,159,50); }

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

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

 span { border-color: rgb(53,159,50); }

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