#506629

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

Shades of Green Leaf #506629

Tints of Green Leaf #506629

Color information

#506629 (or 0x506629) is unknown color: approx Green Leaf. HEX triplet: 50, 66 and 29. RGB value is (80,102,41). Sum of RGB (Red+Green+Blue) = 80+102+41=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #506629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506629 is #AF99D6. Grayscale: #585858. Windows color (decimal): -11508183 or 2713168. OLE color: 2713168.

HSL color Cylindrical-coordinate representation of color #506629: hue angle of 81.64º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #506629 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB8010241-
CMYK0.2200.600.6
HSL81.64º42.66%28.04%-
HSV(B)81.64º59.8%40%-
XYZ8.4611.373.85-
YUV88.47101.21121.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 102 (40.23% from 255) = 45.74%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=35.87%
G=45.74%
B=18.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal80102410.2200.600.681.6442.6628.04
Hex5066291603C3C522b1c
Octal1201465126074741225334
Binary10100001100110101001101100111100111100101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506629; }

 p { color: rgb(80,102,41); }

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

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

 a { background-color: rgb(80,102,41); }

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

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

 span { border-color: rgb(80,102,41); }

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