#506928

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

Shades of Green Leaf #506928

Tints of Green Leaf #506928

Color information

#506928 (or 0x506928) is unknown color: approx Green Leaf. HEX triplet: 50, 69 and 28. RGB value is (80,105,40). Sum of RGB (Red+Green+Blue) = 80+105+40=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #506928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506928 is #AF96D7. Grayscale: #5A5A5A. Windows color (decimal): -11507416 or 2648400. OLE color: 2648400.

HSL color Cylindrical-coordinate representation of color #506928: hue angle of 83.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #506928 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB8010540-
CMYK0.2400.620.59
HSL83.08º44.83%28.43%-
HSV(B)83.08º61.9%41.18%-
XYZ8.7411.963.86-
YUV90.1299.72120.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 105 (41.41% from 255) = 46.67%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=35.56%
G=46.67%
B=17.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80105400.2400.620.5983.0844.8328.43
Hex5069281803E3B532d1c
Octal1201515030076731235534
Binary10100001101001101000110000111110111011101001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506928; }

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

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

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

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

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

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

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

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