#507122

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

Shades of Green Leaf #507122

Tints of Green Leaf #507122

Color information

#507122 (or 0x507122) is unknown color: approx Green Leaf. HEX triplet: 50, 71 and 22. RGB value is (80,113,34). Sum of RGB (Red+Green+Blue) = 80+113+34=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #507122 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507122 is #AF8EDD. Grayscale: #5E5E5E. Windows color (decimal): -11505374 or 2257232. OLE color: 2257232.

HSL color Cylindrical-coordinate representation of color #507122: hue angle of 85.06º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #507122 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB8011334-
CMYK0.2900.700.56
HSL85.06º53.74%28.82%-
HSV(B)85.06º69.91%44.31%-
XYZ9.513.633.64-
YUV94.1394.07117.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=35.24%
G=49.78%
B=14.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113340.2900.700.5685.0653.7428.82
Hex5071221D0463855361d
Octal12016142350106701256635
Binary101000011100011000101110101000110111000101010111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507122; }

 p { color: rgb(80,113,34); }

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

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

 a { background-color: rgb(80,113,34); }

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

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

 span { border-color: rgb(80,113,34); }

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