Html Css Color HEX #506820 Green Leaf

📋 copy color: '#506820'

red 80 ◦ green 104 ◦ blue 32

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

Shades of Green Leaf #506820

Tints of Green Leaf #506820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.15%

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

R = 37.04%
G = 48.15%
B = 14.81%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#506820 (or 0x506820) is known color: Green Leaf. HEX triplet: 50, 68 and 20. RGB value is (80,104,32). Sum of RGB (Red+Green+Blue) = 80+104+32=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #506820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506820 is #AF97DF. Grayscale: #585858. Windows color (decimal): -11507680 or 2123856. OLE color: 2123856.

HSL color Cylindrical-coordinate representation of color #506820: hue angle of 80º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #506820 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 104 32 -
CMYK 0.23 0 0.69 0.59
HSL 80º 0.53% 0.27% -
HSV(B) 80º 0.69% 0.41% -
XYZ 8.52 11.71 3.18 -
YUV 88.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 80 104 32 0.23 0 0.69 0.59 80 0.53 0.27
Hex 50 68 20 17 0 45 3B 50 35 1B
Octal 120 150 40 27 0 105 73 120 65 33
Binary 1010000 1101000 100000 10111 0 1000101 111011 1010000 110101 11011

Color Harmonies of #506820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506820

Black with #506820

Text Example


Text Example

White with #506820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506820; }

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

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

background-color css

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

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

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

border-color css

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

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

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