#506223

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

Shades of Green Leaf #506223

Tints of Green Leaf #506223

Color information

#506223 (or 0x506223) is unknown color: approx Green Leaf. HEX triplet: 50, 62 and 23. RGB value is (80,98,35). Sum of RGB (Red+Green+Blue) = 80+98+35=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #506223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506223 is #AF9DDC. Grayscale: #555555. Windows color (decimal): -11509213 or 2318928. OLE color: 2318928.

HSL color Cylindrical-coordinate representation of color #506223: hue angle of 77.14º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #506223 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB809835-
CMYK0.1800.640.62
HSL77.14º47.37%26.08%-
HSV(B)77.14º64.29%38.43%-
XYZ7.9810.563.21-
YUV85.4499.54124.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 35 (14.06% from 255) = 16.43%
R=37.56%
G=46.01%
B=16.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098350.1800.640.6277.1447.3726.08
Hex506223120403E4d2f1a
Octal12014243220100761155732
Binary101000011000101000111001001000000111110100110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506223; }

 p { color: rgb(80,98,35); }

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

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

 a { background-color: rgb(80,98,35); }

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

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

 span { border-color: rgb(80,98,35); }

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