Html Css Color HEX #349A37 Forest Green

📋 copy color: '#349A37'

red 52 ◦ green 154 ◦ blue 55

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

Shades of Forest Green #349A37

Tints of Forest Green #349A37

RGB

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

 GREEN value IS 154 (60.55% from 255) = 59%

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

R = 19.92%
G = 59%
B = 21.07%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#349A37 (or 0x349A37) is known color: Forest Green. HEX triplet: 34, 9A and 37. RGB value is (52,154,55). Sum of RGB (Red+Green+Blue) = 52+154+55=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 154 (60.55% from 255 or 59.00% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 154 - color contains mainly: green. Hex color #349A37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349A37 is #CB65C8. Grayscale: #707070. Windows color (decimal): -13329865 or 3643956. OLE color: 3643956.

HSL color Cylindrical-coordinate representation of color #349A37: hue angle of 121.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A37 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 154 55 -
CMYK 0.66 0 0.64 0.40
HSL 121.76º 0.5% 0.4% -
HSV(B) 121.76º 0.66% 0.6% -
XYZ 13.66 24.12 7.55 -
YUV 112.22 95.71 85.05 -
System Red Green Blue C M Y K H S L
Decimal 52 154 55 0.66 0 0.64 0.40 121.76 0.5 0.4
Hex 34 9A 37 42 0 40 28 7A 32 28
Octal 64 232 67 102 0 100 50 172 62 50
Binary 110100 10011010 110111 1000010 0 1000000 101000 1111010 110010 101000

Color Harmonies of #349A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349A37

Black with #349A37

Text Example


Text Example

White with #349A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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