#507812

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

Shades of Green Leaf #507812

Tints of Green Leaf #507812

Color information

#507812 (or 0x507812) is unknown color: approx Green Leaf. HEX triplet: 50, 78 and 12. RGB value is (80,120,18). Sum of RGB (Red+Green+Blue) = 80+120+18=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 120 (47.27% from 255 or 55.05% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 120 - color contains mainly: green. Hex color #507812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507812 is #AF87ED. Grayscale: #606060. Windows color (decimal): -11503598 or 1210448. OLE color: 1210448.

HSL color Cylindrical-coordinate representation of color #507812: hue angle of 83.53º 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 #507812 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB8012018-
CMYK0.3300.850.53
HSL83.53º73.91%27.06%-
HSV(B)83.53º85%47.06%-
XYZ10.1315.182.97-
YUV96.4183.75116.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 120 (47.27% from 255) = 55.05%
BLUE value IS 18 (7.42% from 255) = 8.26%
R=36.70%
G=55.05%
B=8.26%

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
Decimal80120180.3300.850.5383.5373.9127.06
Hex5078122105535544a1b
Octal120170224101256512411233
Binary1010000111100010010100001010101011101011010100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507812; }

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

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

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

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

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

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

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

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