Html Css Color HEX #349137 Forest Green

📋 copy color: '#349137'

red 52 ◦ green 145 ◦ blue 55

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

Shades of Forest Green #349137

Tints of Forest Green #349137

RGB

 RED value IS 52 (20.7% 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 value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.43

RGB Variations

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

Color information

#349137 (or 0x349137) is known color: 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

RGB 52 145 55 -
CMYK 0.64 0 0.62 0.43
HSL 121.94º 0.47% 0.39% -
HSV(B) 121.94º 0.64% 0.57% -
XYZ 12.23 21.26 7.07 -
YUV 106.93 98.69 88.82 -
System Red Green Blue C M Y K H S L
Decimal 52 145 55 0.64 0 0.62 0.43 121.94 0.47 0.39
Hex 34 91 37 40 0 3E 2B 7A 2F 27
Octal 64 221 67 100 0 76 53 172 57 47
Binary 110100 10010001 110111 1000000 0 111110 101011 1111010 101111 100111

Color Harmonies of #349137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349137

Black with #349137

Text Example


Text Example

White with #349137

Text Example


Text Example

HTML Codes & Css Web 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>