Html Css Color HEX #349539 Forest Green

📋 copy color: '#349539'

red 52 ◦ green 149 ◦ blue 57

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

Shades of Forest Green #349539

Tints of Forest Green #349539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.09%

R = 20.16%
G = 57.75%
B = 22.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#349539 (or 0x349539) is known color: Forest Green. HEX triplet: 34, 95 and 39. RGB value is (52,149,57). Sum of RGB (Red+Green+Blue) = 52+149+57=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #349539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349539 is #CB6AC6. Grayscale: #6D6D6D. Windows color (decimal): -13331143 or 3773748. OLE color: 3773748.

HSL color Cylindrical-coordinate representation of color #349539: hue angle of 123.09º 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 #349539 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 149 57 -
CMYK 0.65 0 0.62 0.42
HSL 123.09º 0.48% 0.39% -
HSV(B) 123.09º 0.65% 0.58% -
XYZ 12.9 22.52 7.54 -
YUV 109.51 98.36 86.98 -
System Red Green Blue C M Y K H S L
Decimal 52 149 57 0.65 0 0.62 0.42 123.09 0.48 0.39
Hex 34 95 39 41 0 3E 2A 7B 30 27
Octal 64 225 71 101 0 76 52 173 60 47
Binary 110100 10010101 111001 1000001 0 111110 101010 1111011 110000 100111

Color Harmonies of #349539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349539

Black with #349539

Text Example


Text Example

White with #349539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349539; }

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

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

background-color css

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

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

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

border-color css

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

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

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