#507416

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

Shades of Green Leaf #507416

Tints of Green Leaf #507416

Color information

#507416 (or 0x507416) is unknown color: approx Green Leaf. HEX triplet: 50, 74 and 16. RGB value is (80,116,22). Sum of RGB (Red+Green+Blue) = 80+116+22=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #507416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507416 is #AF8BE9. Grayscale: #5E5E5E. Windows color (decimal): -11504618 or 1471568. OLE color: 1471568.

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

Color convert

RGB8011622-
CMYK0.3100.810.55
HSL82.98º68.12%27.06%-
HSV(B)82.98º81.03%45.49%-
XYZ9.714.253-
YUV94.5287.07117.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 116 (45.70% from 255) = 53.21%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=36.70%
G=53.21%
B=10.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116220.3100.810.5582.9868.1227.06
Hex5074161F0513753441b
Octal120164263701216712310433
Binary101000011101001011011111010100011101111010011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507416; }

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

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

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

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

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

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

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

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