Html Css Color HEX #349C38 Forest Green

📋 copy color: '#349C38'

red 52 ◦ green 156 ◦ blue 56

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

Shades of Forest Green #349C38

Tints of Forest Green #349C38

RGB

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

 GREEN value IS 156 (61.33% from 255) = 59.09%

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

R = 19.7%
G = 59.09%
B = 21.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#349C38 (or 0x349C38) is known color: Forest Green. HEX triplet: 34, 9C and 38. RGB value is (52,156,56). Sum of RGB (Red+Green+Blue) = 52+156+56=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 156 (61.33% from 255 or 59.09% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 156 - color contains mainly: green. Hex color #349C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C38 is #CB63C7. Grayscale: #717171. Windows color (decimal): -13329352 or 3710004. OLE color: 3710004.

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

Color convert

RGB 52 156 56 -
CMYK 0.67 0 0.64 0.39
HSL 122.31º 0.5% 0.41% -
HSV(B) 122.31º 0.67% 0.61% -
XYZ 14.02 24.79 7.79 -
YUV 113.5 95.54 84.13 -
System Red Green Blue C M Y K H S L
Decimal 52 156 56 0.67 0 0.64 0.39 122.31 0.5 0.41
Hex 34 9C 38 43 0 40 27 7A 32 29
Octal 64 234 70 103 0 100 47 172 62 51
Binary 110100 10011100 111000 1000011 0 1000000 100111 1111010 110010 101001

Color Harmonies of #349C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C38

Black with #349C38

Text Example


Text Example

White with #349C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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