#507217

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

Shades of Green Leaf #507217

Tints of Green Leaf #507217

Color information

#507217 (or 0x507217) is unknown color: approx Green Leaf. HEX triplet: 50, 72 and 17. RGB value is (80,114,23). Sum of RGB (Red+Green+Blue) = 80+114+23=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #507217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507217 is #AF8DE8. Grayscale: #5D5D5D. Windows color (decimal): -11505129 or 1536592. OLE color: 1536592.

HSL color Cylindrical-coordinate representation of color #507217: hue angle of 82.42º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #507217 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB8011423-
CMYK0.3000.800.55
HSL82.42º66.42%26.86%-
HSV(B)82.42º79.82%44.71%-
XYZ9.4813.82.97-
YUV93.4688.24118.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 23 (9.38% from 255) = 10.60%
R=36.87%
G=52.53%
B=10.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114230.3000.800.5582.4266.4226.86
Hex5072171E0503752421b
Octal120162273601206712210233
Binary101000011100101011111110010100001101111010010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507217; }

 p { color: rgb(80,114,23); }

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

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

 a { background-color: rgb(80,114,23); }

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

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

 span { border-color: rgb(80,114,23); }

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