Html Css Color HEX #507020 Green Leaf

📋 copy color: '#507020'

red 80 ◦ green 112 ◦ blue 32

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

Shades of Green Leaf #507020

Tints of Green Leaf #507020

RGB

 RED value IS 80 (31.64% from 255) = 35.71%

 GREEN value IS 112 (44.14% from 255) = 50%

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 35.71%
G = 50%
B = 14.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#507020 (or 0x507020) is known color: Green Leaf. HEX triplet: 50, 70 and 20. RGB value is (80,112,32). Sum of RGB (Red+Green+Blue) = 80+112+32=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #507020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507020 is #AF8FDF. Grayscale: #5D5D5D. Windows color (decimal): -11505632 or 2125904. OLE color: 2125904.

HSL color Cylindrical-coordinate representation of color #507020: hue angle of 84º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #507020 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 32 -
CMYK 0.29 0 0.71 0.56
HSL 84º 0.56% 0.28% -
HSV(B) 84º 0.71% 0.44% -
XYZ 9.36 13.4 3.46 -
YUV 93.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 80 112 32 0.29 0 0.71 0.56 84 0.56 0.28
Hex 50 70 20 1D 0 47 38 54 38 1C
Octal 120 160 40 35 0 107 70 124 70 34
Binary 1010000 1110000 100000 11101 0 1000111 111000 1010100 111000 11100

Color Harmonies of #507020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507020

Black with #507020

Text Example


Text Example

White with #507020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507020; }

 p { color: rgb(80,112,32); }

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

background-color css

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

 a { background-color: rgb(80,112,32); }

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

border-color css

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

 span { border-color: rgb(80,112,32); }

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