#507219

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

Shades of Green Leaf #507219

Tints of Green Leaf #507219

Color information

#507219 (or 0x507219) is unknown color: approx Green Leaf. HEX triplet: 50, 72 and 19. RGB value is (80,114,25). Sum of RGB (Red+Green+Blue) = 80+114+25=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #507219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507219 is #AF8DE6. Grayscale: #5E5E5E. Windows color (decimal): -11505127 or 1667664. OLE color: 1667664.

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

Color convert

RGB8011425-
CMYK0.3000.780.55
HSL82.92º64.03%27.25%-
HSV(B)82.92º78.07%44.71%-
XYZ9.513.813.08-
YUV93.6989.24118.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 25 (10.16% from 255) = 11.42%
R=36.53%
G=52.05%
B=11.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80114250.3000.780.5582.9264.0327.25
Hex5072191E04E3753401b
Octal120162313601166712310033
Binary101000011100101100111110010011101101111010011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507219; }

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

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

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

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

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

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

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

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