#349137

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

Shades of Forest Green #349137

Tints of Forest Green #349137

Color information

#349137 (or 0x349137) is unknown color: approx Forest Green. HEX triplet: 34, 91 and 37. RGB value is (52,145,55). Sum of RGB (Red+Green+Blue) = 52+145+55=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #349137 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349137 is #CB6EC8. Grayscale: #6B6B6B. Windows color (decimal): -13332169 or 3641652. OLE color: 3641652.

HSL color Cylindrical-coordinate representation of color #349137: hue angle of 121.94º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349137 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB5214555-
CMYK0.6400.620.43
HSL121.94º47.21%38.63%-
HSV(B)121.94º64.14%56.86%-
XYZ12.2321.267.07-
YUV106.9398.6988.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 145 (57.03% from 255) = 57.54%
BLUE value IS 55 (21.88% from 255) = 21.83%
R=20.63%
G=57.54%
B=21.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52145550.6400.620.43121.9447.2138.63
Hex3491374003E2B7a2f27
Octal6422167100076531725747
Binary11010010010001110111100000001111101010111111010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349137; }

 p { color: rgb(52,145,55); }

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

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

 a { background-color: rgb(52,145,55); }

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

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

 span { border-color: rgb(52,145,55); }

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