#506832

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

Shades of Green Leaf #506832

Tints of Green Leaf #506832

Color information

#506832 (or 0x506832) is unknown color: approx Green Leaf. HEX triplet: 50, 68 and 32. RGB value is (80,104,50). Sum of RGB (Red+Green+Blue) = 80+104+50=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #506832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506832 is #AF97CD. Grayscale: #5A5A5A. Windows color (decimal): -11507662 or 3303504. OLE color: 3303504.

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

Color convert

RGB8010450-
CMYK0.2300.520.59
HSL86.67º35.06%30.2%-
HSV(B)86.67º51.92%40.78%-
XYZ8.8311.844.84-
YUV90.67105.05120.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 104 (41.02% from 255) = 44.44%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=34.19%
G=44.44%
B=21.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80104500.2300.520.5986.6735.0630.2
Hex506832170343B57231e
Octal1201506227064731274336
Binary10100001101000110010101110110100111011101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506832; }

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

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

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

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

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

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

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

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