#349939

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

Shades of Forest Green #349939

Tints of Forest Green #349939

Color information

#349939 (or 0x349939) is unknown color: approx Forest Green. HEX triplet: 34, 99 and 39. RGB value is (52,153,57). Sum of RGB (Red+Green+Blue) = 52+153+57=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 153 (60.16% from 255 or 58.40% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 153 - color contains mainly: green. Hex color #349939 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349939 is #CB66C6. Grayscale: #707070. Windows color (decimal): -13330119 or 3774772. OLE color: 3774772.

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

Color convert

RGB5215357-
CMYK0.6600.630.4
HSL122.97º49.27%40.2%-
HSV(B)122.97º66.01%60%-
XYZ13.5523.817.75-
YUV111.8697.0485.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 153 (60.16% from 255) = 58.40%
BLUE value IS 57 (22.66% from 255) = 21.76%
R=19.85%
G=58.40%
B=21.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52153570.6600.630.4122.9749.2740.2
Hex3499394203F287b3128
Octal6423171102077501736150
Binary11010010011001111001100001001111111010001111011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349939; }

 p { color: rgb(52,153,57); }

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

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

 a { background-color: rgb(52,153,57); }

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

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

 span { border-color: rgb(52,153,57); }

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