#507C11

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

Shades of Green Leaf #507C11

Tints of Green Leaf #507C11

Color information

#507C11 (or 0x507C11) is unknown color: approx Green Leaf. HEX triplet: 50, 7C and 11. RGB value is (80,124,17). Sum of RGB (Red+Green+Blue) = 80+124+17=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #507C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507C11 is #AF83EE. Grayscale: #636363. Windows color (decimal): -11502575 or 1145936. OLE color: 1145936.

HSL color Cylindrical-coordinate representation of color #507C11: hue angle of 84.67º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #507C11 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB8012417-
CMYK0.3500.860.51
HSL84.67º75.89%27.65%-
HSV(B)84.67º86.29%48.63%-
XYZ10.6216.163.09-
YUV98.6581.92114.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.20%
GREEN value IS 124 (48.83% from 255) = 56.11%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=36.20%
G=56.11%
B=7.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80124170.3500.860.5184.6775.8927.65
Hex507C112305633554c1c
Octal120174214301266312511434
Binary1010000111110010001100011010101101100111010101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507C11; }

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

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

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

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

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

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

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

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