#507113

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

Shades of Green Leaf #507113

Tints of Green Leaf #507113

Color information

#507113 (or 0x507113) is unknown color: approx Green Leaf. HEX triplet: 50, 71 and 13. RGB value is (80,113,19). Sum of RGB (Red+Green+Blue) = 80+113+19=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #507113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507113 is #AF8EEC. Grayscale: #5C5C5C. Windows color (decimal): -11505389 or 1274192. OLE color: 1274192.

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

Color convert

RGB8011319-
CMYK0.2900.830.56
HSL81.06º71.21%25.88%-
HSV(B)81.06º83.19%44.31%-
XYZ9.3313.562.74-
YUV92.4286.57119.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 113 (44.53% from 255) = 53.30%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=37.74%
G=53.30%
B=8.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113190.2900.830.5681.0671.2125.88
Hex5071131D0533851471a
Octal120161233501237012110732
Binary101000011100011001111101010100111110001010001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507113; }

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

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

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

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

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

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

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

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