#506A28

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

Shades of Green Leaf #506A28

Tints of Green Leaf #506A28

Color information

#506A28 (or 0x506A28) is unknown color: approx Green Leaf. HEX triplet: 50, 6A and 28. RGB value is (80,106,40). Sum of RGB (Red+Green+Blue) = 80+106+40=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 106 (41.80% from 255 or 46.90% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 106 - color contains mainly: green. Hex color #506A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506A28 is #AF95D7. Grayscale: #5A5A5A. Windows color (decimal): -11507160 or 2648656. OLE color: 2648656.

HSL color Cylindrical-coordinate representation of color #506A28: hue angle of 83.64º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506A28 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB8010640-
CMYK0.2500.620.58
HSL83.64º45.21%28.63%-
HSV(B)83.64º62.26%41.57%-
XYZ8.8512.173.89-
YUV90.799.39120.37-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 106 (41.80% from 255) = 46.90%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=35.40%
G=46.90%
B=17.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80106400.2500.620.5883.6445.2128.63
Hex506A281903E3A542d1d
Octal1201525031076721245535
Binary10100001101010101000110010111110111010101010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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