Html Css Color HEX #349B37 Forest Green

📋 copy color: '#349B37'

red 52 ◦ green 155 ◦ blue 55

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

Shades of Forest Green #349B37

Tints of Forest Green #349B37

RGB

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

 GREEN value IS 155 (60.94% from 255) = 59.16%

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

R = 19.85%
G = 59.16%
B = 20.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#349B37 (or 0x349B37) is known color: Forest Green. HEX triplet: 34, 9B and 37. RGB value is (52,155,55). Sum of RGB (Red+Green+Blue) = 52+155+55=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #349B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B37 is #CB64C8. Grayscale: #717171. Windows color (decimal): -13329609 or 3644212. OLE color: 3644212.

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

Color convert

RGB 52 155 55 -
CMYK 0.66 0 0.65 0.39
HSL 121.75º 0.5% 0.41% -
HSV(B) 121.75º 0.66% 0.61% -
XYZ 13.83 24.45 7.6 -
YUV 112.8 95.38 84.63 -
System Red Green Blue C M Y K H S L
Decimal 52 155 55 0.66 0 0.65 0.39 121.75 0.5 0.41
Hex 34 9B 37 42 0 41 27 7A 32 29
Octal 64 233 67 102 0 101 47 172 62 51
Binary 110100 10011011 110111 1000010 0 1000001 100111 1111010 110010 101001

Color Harmonies of #349B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B37

Black with #349B37

Text Example


Text Example

White with #349B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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