#507017

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

Shades of Green Leaf #507017

Tints of Green Leaf #507017

Color information

#507017 (or 0x507017) is unknown color: approx Green Leaf. HEX triplet: 50, 70 and 17. RGB value is (80,112,23). Sum of RGB (Red+Green+Blue) = 80+112+23=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #507017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507017 is #AF8FE8. Grayscale: #5C5C5C. Windows color (decimal): -11505641 or 1536080. OLE color: 1536080.

HSL color Cylindrical-coordinate representation of color #507017: hue angle of 81.57º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #507017 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB8011223-
CMYK0.2900.790.56
HSL81.57º65.93%26.47%-
HSV(B)81.57º79.46%43.92%-
XYZ9.2613.362.9-
YUV92.2988.9119.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 23 (9.38% from 255) = 10.70%
R=37.21%
G=52.09%
B=10.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112230.2900.790.5681.5765.9326.47
Hex5070171D04F3852421a
Octal120160273501177012210232
Binary101000011100001011111101010011111110001010010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507017; }

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

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

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

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

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

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

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

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