#506833

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

Shades of Green Leaf #506833

Tints of Green Leaf #506833

Color information

#506833 (or 0x506833) is unknown color: approx Green Leaf. HEX triplet: 50, 68 and 33. RGB value is (80,104,51). Sum of RGB (Red+Green+Blue) = 80+104+51=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 104 - color contains mainly: green. Hex color #506833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506833 is #AF97CC. Grayscale: #5A5A5A. Windows color (decimal): -11507661 or 3369040. OLE color: 3369040.

HSL color Cylindrical-coordinate representation of color #506833: hue angle of 87.17º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #506833 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB8010451-
CMYK0.2300.510.59
HSL87.17º34.19%30.39%-
HSV(B)87.17º50.96%40.78%-
XYZ8.8611.854.95-
YUV90.78105.55120.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 104 (41.02% from 255) = 44.26%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=34.04%
G=44.26%
B=21.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104510.2300.510.5987.1734.1930.39
Hex506833170333B57221e
Octal1201506327063731274236
Binary10100001101000110011101110110011111011101011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506833; }

 p { color: rgb(80,104,51); }

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

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

 a { background-color: rgb(80,104,51); }

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

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

 span { border-color: rgb(80,104,51); }

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