#507411

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

Shades of Green Leaf #507411

Tints of Green Leaf #507411

Color information

#507411 (or 0x507411) is unknown color: approx Green Leaf. HEX triplet: 50, 74 and 11. RGB value is (80,116,17). Sum of RGB (Red+Green+Blue) = 80+116+17=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #507411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507411 is #AF8BEE. Grayscale: #5E5E5E. Windows color (decimal): -11504623 or 1143888. OLE color: 1143888.

HSL color Cylindrical-coordinate representation of color #507411: hue angle of 81.82º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #507411 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB8011617-
CMYK0.3100.850.55
HSL81.82º74.44%26.08%-
HSV(B)81.82º85.34%45.49%-
XYZ9.6514.242.77-
YUV93.9584.57118.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 116 (45.70% from 255) = 54.46%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=37.56%
G=54.46%
B=7.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116170.3100.850.5581.8274.4426.08
Hex5074111F05537524a1a
Octal120164213701256712211232
Binary101000011101001000111111010101011101111010010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507411; }

 p { color: rgb(80,116,17); }

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

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

 a { background-color: rgb(80,116,17); }

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

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

 span { border-color: rgb(80,116,17); }

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