#507312

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

Shades of Green Leaf #507312

Tints of Green Leaf #507312

Color information

#507312 (or 0x507312) is unknown color: approx Green Leaf. HEX triplet: 50, 73 and 12. RGB value is (80,115,18). Sum of RGB (Red+Green+Blue) = 80+115+18=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #507312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507312 is #AF8CED. Grayscale: #5D5D5D. Windows color (decimal): -11504878 or 1209168. OLE color: 1209168.

HSL color Cylindrical-coordinate representation of color #507312: hue angle of 81.65º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #507312 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB8011518-
CMYK0.3000.840.55
HSL81.65º72.93%26.08%-
HSV(B)81.65º84.35%45.1%-
XYZ9.5514.012.77-
YUV93.4885.4118.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 115 (45.31% from 255) = 53.99%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=37.56%
G=53.99%
B=8.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80115180.3000.840.5581.6572.9326.08
Hex5073121E0543752491a
Octal120163223601246712211132
Binary101000011100111001011110010101001101111010010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507312; }

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

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

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

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

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

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

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

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