#506321

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

Shades of Green Leaf #506321

Tints of Green Leaf #506321

Color information

#506321 (or 0x506321) is unknown color: approx Green Leaf. HEX triplet: 50, 63 and 21. RGB value is (80,99,33). Sum of RGB (Red+Green+Blue) = 80+99+33=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #506321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506321 is #AF9CDE. Grayscale: #565656. Windows color (decimal): -11508959 or 2188112. OLE color: 2188112.

HSL color Cylindrical-coordinate representation of color #506321: hue angle of 77.27º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #506321 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB809933-
CMYK0.1900.670.61
HSL77.27º50%25.88%-
HSV(B)77.27º66.67%38.82%-
XYZ8.0410.743.09-
YUV85.898.21123.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=37.74%
G=46.70%
B=15.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8099330.1900.670.6177.275025.88
Hex506321130433D4d321a
Octal12014341230103751156232
Binary101000011000111000011001101000011111101100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506321; }

 p { color: rgb(80,99,33); }

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

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

 a { background-color: rgb(80,99,33); }

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

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

 span { border-color: rgb(80,99,33); }

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