Html Css Color HEX #349538 Forest Green

📋 copy color: '#349538'

red 52 ◦ green 149 ◦ blue 56

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

Shades of Forest Green #349538

Tints of Forest Green #349538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.79%

R = 20.23%
G = 57.98%
B = 21.79%

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

#349538 (or 0x349538) is known color: Forest Green. HEX triplet: 34, 95 and 38. RGB value is (52,149,56). Sum of RGB (Red+Green+Blue) = 52+149+56=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #349538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349538 is #CB6AC7. Grayscale: #6D6D6D. Windows color (decimal): -13331144 or 3708212. OLE color: 3708212.

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

Color convert

RGB 52 149 56 -
CMYK 0.65 0 0.62 0.42
HSL 122.47º 0.48% 0.39% -
HSV(B) 122.47º 0.65% 0.58% -
XYZ 12.88 22.51 7.41 -
YUV 109.4 97.86 87.06 -
System Red Green Blue C M Y K H S L
Decimal 52 149 56 0.65 0 0.62 0.42 122.47 0.48 0.39
Hex 34 95 38 41 0 3E 2A 7A 30 27
Octal 64 225 70 101 0 76 52 172 60 47
Binary 110100 10010101 111000 1000001 0 111110 101010 1111010 110000 100111

Color Harmonies of #349538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349538

Black with #349538

Text Example


Text Example

White with #349538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349538; }

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

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

background-color css

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

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

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

border-color css

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

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

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