#507731

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

Shades of Green Leaf #507731

Tints of Green Leaf #507731

Color information

#507731 (or 0x507731) is unknown color: approx Green Leaf. HEX triplet: 50, 77 and 31. RGB value is (80,119,49). Sum of RGB (Red+Green+Blue) = 80+119+49=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 119 (46.88% from 255 or 47.98% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 119 - color contains mainly: green. Hex color #507731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507731 is #AF88CE. Grayscale: #636363. Windows color (decimal): -11503823 or 3241808. OLE color: 3241808.

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

Color convert

RGB8011949-
CMYK0.3300.590.53
HSL93.43º41.67%32.94%-
HSV(B)93.43º58.82%46.67%-
XYZ10.4615.125.27-
YUV99.3699.58114.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.26%
GREEN value IS 119 (46.88% from 255) = 47.98%
BLUE value IS 49 (19.53% from 255) = 19.76%
R=32.26%
G=47.98%
B=19.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal80119490.3300.590.5393.4341.6732.94
Hex5077312103B355d2a21
Octal1201676141073651355241
Binary1010000111011111000110000101110111101011011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507731; }

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

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

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

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

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

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

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

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