#507712

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

Shades of Green Leaf #507712

Tints of Green Leaf #507712

Color information

#507712 (or 0x507712) is unknown color: approx Green Leaf. HEX triplet: 50, 77 and 12. RGB value is (80,119,18). Sum of RGB (Red+Green+Blue) = 80+119+18=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #507712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507712 is #AF88ED. Grayscale: #606060. Windows color (decimal): -11503854 or 1210192. OLE color: 1210192.

HSL color Cylindrical-coordinate representation of color #507712: hue angle of 83.17º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #507712 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB8011918-
CMYK0.3300.850.53
HSL83.17º73.72%26.86%-
HSV(B)83.17º84.87%46.67%-
XYZ10.0114.942.93-
YUV95.8284.08116.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.87%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=36.87%
G=54.84%
B=8.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119180.3300.850.5383.1773.7226.86
Hex5077122105535534a1b
Octal120167224101256512311233
Binary1010000111011110010100001010101011101011010011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507712; }

 p { color: rgb(80,119,18); }

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

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

 a { background-color: rgb(80,119,18); }

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

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

 span { border-color: rgb(80,119,18); }

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