#507931

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

Shades of Green Leaf #507931

Tints of Green Leaf #507931

Color information

#507931 (or 0x507931) is unknown color: approx Green Leaf. HEX triplet: 50, 79 and 31. RGB value is (80,121,49). Sum of RGB (Red+Green+Blue) = 80+121+49=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #507931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507931 is #AF86CE. Grayscale: #646464. Windows color (decimal): -11503311 or 3242320. OLE color: 3242320.

HSL color Cylindrical-coordinate representation of color #507931: hue angle of 94.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #507931 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB8012149-
CMYK0.3400.600.53
HSL94.17º42.35%33.33%-
HSV(B)94.17º59.5%47.45%-
XYZ10.715.65.35-
YUV100.5398.92113.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32%
GREEN value IS 121 (47.66% from 255) = 48.4%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=32%
G=48.4%
B=19.6%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80121490.3400.600.5394.1742.3533.33
Hex5079312203C355e2a21
Octal1201716142074651365241
Binary1010000111100111000110001001111001101011011110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507931; }

 p { color: rgb(80,121,49); }

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

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

 a { background-color: rgb(80,121,49); }

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

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

 span { border-color: rgb(80,121,49); }

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