#507C0F

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

Shades of Green Leaf #507C0F

Tints of Green Leaf #507C0F

Color information

#507C0F (or 0x507C0F) is unknown color: approx Green Leaf. HEX triplet: 50, 7C and 0F. RGB value is (80,124,15). Sum of RGB (Red+Green+Blue) = 80+124+15=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 124 (48.83% from 255 or 56.62% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 124 - color contains mainly: green. Hex color #507C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507C0F is #AF83F0. Grayscale: #626262. Windows color (decimal): -11502577 or 1014864. OLE color: 1014864.

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

Color convert

RGB8012415-
CMYK0.3500.880.51
HSL84.22º78.42%27.25%-
HSV(B)84.22º87.9%48.63%-
XYZ10.616.163.01-
YUV98.4280.92114.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 124 (48.83% from 255) = 56.62%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=36.53%
G=56.62%
B=6.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80124150.3500.880.5184.2278.4227.25
Hex507CF2305833544e1b
Octal120174174301306312411633
Binary101000011111001111100011010110001100111010100100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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