#506E19

Color #506E19 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #506E19

Tints of Green Leaf #506E19

Color information

#506E19 (or 0x506E19) is unknown color: approx Green Leaf. HEX triplet: 50, 6E and 19. RGB value is (80,110,25). Sum of RGB (Red+Green+Blue) = 80+110+25=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #506E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506E19 is #AF91E6. Grayscale: #5B5B5B. Windows color (decimal): -11506151 or 1666640. OLE color: 1666640.

HSL color Cylindrical-coordinate representation of color #506E19: hue angle of 81.18º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #506E19 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB8011025-
CMYK0.2700.770.57
HSL81.18º62.96%26.47%-
HSV(B)81.18º77.27%43.14%-
XYZ9.0612.932.94-
YUV91.3490.56119.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 110 (43.36% from 255) = 51.16%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=37.21%
G=51.16%
B=11.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110250.2700.770.5781.1862.9626.47
Hex506E191B04D39513f1a
Octal12015631330115711217732
Binary10100001101110110011101101001101111001101000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,110,25); }

 H1.HeaderClassName
 {
   color: #506E19;
 }
 .AnyTagClassName
 {
   color: #506E19;
 }
</style>
background-color css

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

 a { background-color: rgb(80,110,25); }

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

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

 span { border-color: rgb(80,110,25); }

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