Html Css Color HEX #34A532 Forest Green

📋 copy color: '#34A532'

red 52 ◦ green 165 ◦ blue 50

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

Shades of Forest Green #34A532

Tints of Forest Green #34A532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 61.8%

 BLUE value IS 50 (19.92% from 255) = 18.73%

R = 19.48%
G = 61.8%
B = 18.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#34A532 (or 0x34A532) is known color: Forest Green. HEX triplet: 34, A5 and 32. RGB value is (52,165,50). Sum of RGB (Red+Green+Blue) = 52+165+50=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 165 (64.84% from 255 or 61.80% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 165 - color contains mainly: green. Hex color #34A532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A532 is #CB5ACD. Grayscale: #767676. Windows color (decimal): -13327054 or 3319092. OLE color: 3319092.

HSL color Cylindrical-coordinate representation of color #34A532: hue angle of 118.96º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34A532 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 50 -
CMYK 0.68 0 0.70 0.35
HSL 118.96º 0.53% 0.42% -
HSV(B) 118.96º 0.7% 0.65% -
XYZ 15.45 27.87 7.58 -
YUV 118.1 89.56 80.85 -
System Red Green Blue C M Y K H S L
Decimal 52 165 50 0.68 0 0.70 0.35 118.96 0.53 0.42
Hex 34 A5 32 44 0 46 23 77 35 2A
Octal 64 245 62 104 0 106 43 167 65 52
Binary 110100 10100101 110010 1000100 0 1000110 100011 1110111 110101 101010

Color Harmonies of #34A532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A532

Black with #34A532

Text Example


Text Example

White with #34A532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34A532; }

 p { color: rgb(52,165,50); }

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

background-color css

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

 a { background-color: rgb(52,165,50); }

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

border-color css

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

 span { border-color: rgb(52,165,50); }

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