#507615

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

Shades of Green Leaf #507615

Tints of Green Leaf #507615

Color information

#507615 (or 0x507615) is unknown color: approx Green Leaf. HEX triplet: 50, 76 and 15. RGB value is (80,118,21). Sum of RGB (Red+Green+Blue) = 80+118+21=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #507615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507615 is #AF89EA. Grayscale: #5F5F5F. Windows color (decimal): -11504107 or 1406544. OLE color: 1406544.

HSL color Cylindrical-coordinate representation of color #507615: hue angle of 83.51º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #507615 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB8011821-
CMYK0.3200.820.54
HSL83.51º69.78%27.25%-
HSV(B)83.51º82.2%46.27%-
XYZ9.9214.723.03-
YUV95.5885.91116.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=36.53%
G=53.88%
B=9.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118210.3200.820.5483.5169.7827.25
Hex507615200523654461b
Octal120166254001226612410633
Binary1010000111011010101100000010100101101101010100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507615; }

 p { color: rgb(80,118,21); }

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

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

 a { background-color: rgb(80,118,21); }

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

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

 span { border-color: rgb(80,118,21); }

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