#50712C

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

Shades of Green Leaf #50712C

Tints of Green Leaf #50712C

Color information

#50712C (or 0x50712C) is unknown color: approx Green Leaf. HEX triplet: 50, 71 and 2C. RGB value is (80,113,44). Sum of RGB (Red+Green+Blue) = 80+113+44=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #50712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50712C is #AF8ED3. Grayscale: #5F5F5F. Windows color (decimal): -11505364 or 2912592. OLE color: 2912592.

HSL color Cylindrical-coordinate representation of color #50712C: hue angle of 88.7º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50712C is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB8011344-
CMYK0.2900.610.56
HSL88.7º43.95%30.78%-
HSV(B)88.7º61.06%44.31%-
XYZ9.6713.74.52-
YUV95.2799.07117.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 113 (44.53% from 255) = 47.68%
BLUE value IS 44 (17.58% from 255) = 18.57%
R=33.76%
G=47.68%
B=18.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113440.2900.610.5688.743.9530.78
Hex50712C1D03D38592c1f
Octal1201615435075701315437
Binary10100001110001101100111010111101111000101100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50712C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50712C; }

 p { color: rgb(80,113,44); }

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

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

 a { background-color: rgb(80,113,44); }

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

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

 span { border-color: rgb(80,113,44); }

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