Html Css Color HEX #506C16 Green Leaf

📋 copy color: '#506C16'

red 80 ◦ green 108 ◦ blue 22

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

Shades of Green Leaf #506C16

Tints of Green Leaf #506C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 51.43%

 BLUE value IS 22 (8.98% from 255) = 10.48%

R = 38.1%
G = 51.43%
B = 10.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.80

 K value IS 0.58

RGB Variations

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

Color information

#506C16 (or 0x506C16) is known color: Green Leaf. HEX triplet: 50, 6C and 16. RGB value is (80,108,22). Sum of RGB (Red+Green+Blue) = 80+108+22=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 108 (42.58% from 255 or 51.43% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 108 - color contains mainly: green. Hex color #506C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506C16 is #AF93E9. Grayscale: #5A5A5A. Windows color (decimal): -11506666 or 1469520. OLE color: 1469520.

HSL color Cylindrical-coordinate representation of color #506C16: hue angle of 79.53º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #506C16 is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 108 22 -
CMYK 0.26 0 0.80 0.58
HSL 79.53º 0.66% 0.25% -
HSV(B) 79.53º 0.8% 0.42% -
XYZ 8.82 12.49 2.7 -
YUV 89.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 80 108 22 0.26 0 0.80 0.58 79.53 0.66 0.25
Hex 50 6C 16 1A 0 50 3A 50 42 19
Octal 120 154 26 32 0 120 72 120 102 31
Binary 1010000 1101100 10110 11010 0 1010000 111010 1010000 1000010 11001

Color Harmonies of #506C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C16

Black with #506C16

Text Example


Text Example

White with #506C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506C16; }

 p { color: rgb(80,108,22); }

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

background-color css

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

 a { background-color: rgb(80,108,22); }

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

border-color css

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

 span { border-color: rgb(80,108,22); }

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