#349832

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

Shades of Forest Green #349832

Tints of Forest Green #349832

Color information

#349832 (or 0x349832) is unknown color: approx Forest Green. HEX triplet: 34, 98 and 32. RGB value is (52,152,50). Sum of RGB (Red+Green+Blue) = 52+152+50=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #349832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349832 is #CB67CD. Grayscale: #6E6E6E. Windows color (decimal): -13330382 or 3315764. OLE color: 3315764.

HSL color Cylindrical-coordinate representation of color #349832: hue angle of 118.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349832 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB5215250-
CMYK0.6600.670.40
HSL118.82º50.5%39.61%-
HSV(B)118.82º67.11%59.61%-
XYZ13.2223.426.84-
YUV110.4793.8786.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 152 (59.77% from 255) = 59.84%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=20.47%
G=59.84%
B=19.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152500.6600.670.40118.8250.539.61
Hex3498324204328773228
Octal64230621020103501676250
Binary110100100110001100101000010010000111010001110111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349832; }

 p { color: rgb(52,152,50); }

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

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

 a { background-color: rgb(52,152,50); }

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

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

 span { border-color: rgb(52,152,50); }

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