#507132

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

Shades of Green Leaf #507132

Tints of Green Leaf #507132

Color information

#507132 (or 0x507132) is unknown color: approx Green Leaf. HEX triplet: 50, 71 and 32. RGB value is (80,113,50). Sum of RGB (Red+Green+Blue) = 80+113+50=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #507132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507132 is #AF8ECD. Grayscale: #606060. Windows color (decimal): -11505358 or 3305808. OLE color: 3305808.

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

Color convert

RGB8011350-
CMYK0.2900.560.56
HSL91.43º38.65%31.96%-
HSV(B)91.43º55.75%44.31%-
XYZ9.7913.755.15-
YUV95.95102.07116.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.92%
GREEN value IS 113 (44.53% from 255) = 46.50%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=32.92%
G=46.50%
B=20.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80113500.2900.560.5691.4338.6531.96
Hex5071321D038385b2720
Octal1201616235070701334740
Binary101000011100011100101110101110001110001011011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507132; }

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

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

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

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

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

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

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

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