#506437

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

Shades of Green Leaf #506437

Tints of Green Leaf #506437

Color information

#506437 (or 0x506437) is unknown color: approx Green Leaf. HEX triplet: 50, 64 and 37. RGB value is (80,100,55). Sum of RGB (Red+Green+Blue) = 80+100+55=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 100 (39.45% from 255 or 42.55% from 235); Blue value is 55 (21.88% from 255 or 23.40% from 235); Max value from RGB is 100 - color contains mainly: green. Hex color #506437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506437 is #AF9BC8. Grayscale: #595959. Windows color (decimal): -11508681 or 3630160. OLE color: 3630160.

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

Color convert

RGB8010055-
CMYK0.200.450.61
HSL86.67º29.03%30.39%-
HSV(B)86.67º45%39.22%-
XYZ8.5611.15.31-
YUV88.89108.87121.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 100 (39.45% from 255) = 42.55%
BLUE value IS 55 (21.88% from 255) = 23.40%
R=34.04%
G=42.55%
B=23.40%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal80100550.200.450.6186.6729.0330.39
Hex5064371402D3D571d1e
Octal1201446724055751273536
Binary1010000110010011011110100010110111110110101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506437; }

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

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

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

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

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

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

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

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