#506E28

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

Shades of Green Leaf #506E28

Tints of Green Leaf #506E28

Color information

#506E28 (or 0x506E28) is unknown color: approx Green Leaf. HEX triplet: 50, 6E and 28. RGB value is (80,110,40). Sum of RGB (Red+Green+Blue) = 80+110+40=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #506E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506E28 is #AF91D7. Grayscale: #5D5D5D. Windows color (decimal): -11506136 or 2649680. OLE color: 2649680.

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

Color convert

RGB8011040-
CMYK0.2700.640.57
HSL85.71º46.67%29.41%-
HSV(B)85.71º63.64%43.14%-
XYZ9.2713.014.03-
YUV93.0598.06118.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 110 (43.36% from 255) = 47.83%
BLUE value IS 40 (16.02% from 255) = 17.39%
R=34.78%
G=47.83%
B=17.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110400.2700.640.5785.7146.6729.41
Hex506E281B04039562f1d
Octal12015650330100711265735
Binary101000011011101010001101101000000111001101011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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