#506427

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

Shades of Green Leaf #506427

Tints of Green Leaf #506427

Color information

#506427 (or 0x506427) is unknown color: approx Green Leaf. HEX triplet: 50, 64 and 27. RGB value is (80,100,39). Sum of RGB (Red+Green+Blue) = 80+100+39=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #506427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506427 is #AF9BD8. Grayscale: #575757. Windows color (decimal): -11508697 or 2581584. OLE color: 2581584.

HSL color Cylindrical-coordinate representation of color #506427: hue angle of 79.67º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506427 is Cyan = 0.2, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB8010039-
CMYK0.200.610.61
HSL79.67º43.88%27.25%-
HSV(B)79.67º61%39.22%-
XYZ8.2310.973.6-
YUV87.07100.87122.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=36.53%
G=45.66%
B=17.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100390.200.610.6179.6743.8827.25
Hex5064271403D3D502c1b
Octal1201444724075751205433
Binary10100001100100100111101000111101111101101000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506427; }

 p { color: rgb(80,100,39); }

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

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

 a { background-color: rgb(80,100,39); }

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

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

 span { border-color: rgb(80,100,39); }

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