#507218

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

Shades of Green Leaf #507218

Tints of Green Leaf #507218

Color information

#507218 (or 0x507218) is unknown color: approx Green Leaf. HEX triplet: 50, 72 and 18. RGB value is (80,114,24). Sum of RGB (Red+Green+Blue) = 80+114+24=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #507218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507218 is #AF8DE7. Grayscale: #5D5D5D. Windows color (decimal): -11505128 or 1602128. OLE color: 1602128.

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

Color convert

RGB8011424-
CMYK0.3000.790.55
HSL82.67º65.22%27.06%-
HSV(B)82.67º78.95%44.71%-
XYZ9.4913.813.03-
YUV93.5788.74118.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.70%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 24 (9.77% from 255) = 11.01%
R=36.70%
G=52.29%
B=11.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114240.3000.790.5582.6765.2227.06
Hex5072181E04F3753411b
Octal120162303601176712310133
Binary101000011100101100011110010011111101111010011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507218; }

 p { color: rgb(80,114,24); }

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

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

 a { background-color: rgb(80,114,24); }

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

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

 span { border-color: rgb(80,114,24); }

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