#349D36

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

Shades of Forest Green #349D36

Tints of Forest Green #349D36

Color information

#349D36 (or 0x349D36) is unknown color: approx Forest Green. HEX triplet: 34, 9D and 36. RGB value is (52,157,54). Sum of RGB (Red+Green+Blue) = 52+157+54=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #349D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D36 is #CB62C9. Grayscale: #727272. Windows color (decimal): -13329098 or 3579188. OLE color: 3579188.

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

Color convert

RGB5215754-
CMYK0.6700.660.38
HSL121.14º50.24%40.98%-
HSV(B)121.14º66.88%61.57%-
XYZ14.1425.117.59-
YUV113.8694.2183.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 157 (61.72% from 255) = 59.70%
BLUE value IS 54 (21.48% from 255) = 20.53%
R=19.77%
G=59.70%
B=20.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52157540.6700.660.38121.1450.2440.98
Hex349D364304226793229
Octal64235661030102461716251
Binary110100100111011101101000011010000101001101111001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349D36; }

 p { color: rgb(52,157,54); }

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

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

 a { background-color: rgb(52,157,54); }

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

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

 span { border-color: rgb(52,157,54); }

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