Html Css Color HEX #349631 Forest Green

📋 copy color: '#349631'

red 52 ◦ green 150 ◦ blue 49

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

Shades of Forest Green #349631

Tints of Forest Green #349631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.52%

R = 20.72%
G = 59.76%
B = 19.52%

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

#349631 (or 0x349631) is known color: Forest Green. HEX triplet: 34, 96 and 31. RGB value is (52,150,49). Sum of RGB (Red+Green+Blue) = 52+150+49=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 150 (58.98% from 255 or 59.76% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 150 - color contains mainly: green. Hex color #349631 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349631 is #CB69CE. Grayscale: #6D6D6D. Windows color (decimal): -13330895 or 3249716. OLE color: 3249716.

HSL color Cylindrical-coordinate representation of color #349631: hue angle of 118.22º degrees, saturation: 0.51, 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 #349631 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 49 -
CMYK 0.65 0 0.67 0.41
HSL 118.22º 0.51% 0.39% -
HSV(B) 118.22º 0.67% 0.59% -
XYZ 12.88 22.76 6.62 -
YUV 109.18 94.03 87.21 -
System Red Green Blue C M Y K H S L
Decimal 52 150 49 0.65 0 0.67 0.41 118.22 0.51 0.39
Hex 34 96 31 41 0 43 29 76 33 27
Octal 64 226 61 101 0 103 51 166 63 47
Binary 110100 10010110 110001 1000001 0 1000011 101001 1110110 110011 100111

Color Harmonies of #349631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349631

Black with #349631

Text Example


Text Example

White with #349631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349631; }

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

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

background-color css

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

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

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

border-color css

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

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

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