Html Css Color HEX #349632 Forest Green

📋 copy color: '#349632'

red 52 ◦ green 150 ◦ blue 50

#349632
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #349632

Tints of Forest Green #349632

RGB

 RED value IS 52 (20.7% from 255) = 20.63%

 GREEN value IS 150 (58.98% from 255) = 59.52%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 20.63%
G = 59.52%
B = 19.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#349632 (or 0x349632) is known color: Forest Green. HEX triplet: 34, 96 and 32. RGB value is (52,150,50). Sum of RGB (Red+Green+Blue) = 52+150+50=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 150 (58.98% from 255 or 59.52% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 150 - color contains mainly: green. Hex color #349632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349632 is #CB69CD. Grayscale: #6D6D6D. Windows color (decimal): -13330894 or 3315252. OLE color: 3315252.

HSL color Cylindrical-coordinate representation of color #349632: hue angle of 118.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349632 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 50 -
CMYK 0.65 0 0.67 0.41
HSL 118.8º 0.5% 0.39% -
HSV(B) 118.8º 0.67% 0.59% -
XYZ 12.9 22.77 6.73 -
YUV 109.3 94.53 87.13 -
System Red Green Blue C M Y K H S L
Decimal 52 150 50 0.65 0 0.67 0.41 118.8 0.5 0.39
Hex 34 96 32 41 0 43 29 77 32 27
Octal 64 226 62 101 0 103 51 167 62 47
Binary 110100 10010110 110010 1000001 0 1000011 101001 1110111 110010 100111

Color Harmonies of #349632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349632

Black with #349632

Text Example


Text Example

White with #349632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349632; }

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

 H1.HeaderClassName
 {
   color: #349632;
 }
 .AnyTagClassName
 {
   color: #349632;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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