Html Css Color HEX #349537 Forest Green

📋 copy color: '#349537'

red 52 ◦ green 149 ◦ blue 55

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

Shades of Forest Green #349537

Tints of Forest Green #349537

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.2%

 BLUE value IS 55 (21.88% from 255) = 21.48%

R = 20.31%
G = 58.2%
B = 21.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#349537 (or 0x349537) is known color: Forest Green. HEX triplet: 34, 95 and 37. RGB value is (52,149,55). Sum of RGB (Red+Green+Blue) = 52+149+55=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #349537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349537 is #CB6AC8. Grayscale: #6D6D6D. Windows color (decimal): -13331145 or 3642676. OLE color: 3642676.

HSL color Cylindrical-coordinate representation of color #349537: hue angle of 121.86º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349537 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 55 -
CMYK 0.65 0 0.63 0.42
HSL 121.86º 0.48% 0.39% -
HSV(B) 121.86º 0.65% 0.58% -
XYZ 12.85 22.5 7.28 -
YUV 109.28 97.36 87.14 -
System Red Green Blue C M Y K H S L
Decimal 52 149 55 0.65 0 0.63 0.42 121.86 0.48 0.39
Hex 34 95 37 41 0 3F 2A 7A 30 27
Octal 64 225 67 101 0 77 52 172 60 47
Binary 110100 10010101 110111 1000001 0 111111 101010 1111010 110000 100111

Color Harmonies of #349537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349537

Black with #349537

Text Example


Text Example

White with #349537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349537; }

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

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

background-color css

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

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

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

border-color css

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

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

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