#507631

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

Shades of Green Leaf #507631

Tints of Green Leaf #507631

Color information

#507631 (or 0x507631) is unknown color: approx Green Leaf. HEX triplet: 50, 76 and 31. RGB value is (80,118,49). Sum of RGB (Red+Green+Blue) = 80+118+49=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #507631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507631 is #AF89CE. Grayscale: #636363. Windows color (decimal): -11504079 or 3241552. OLE color: 3241552.

HSL color Cylindrical-coordinate representation of color #507631: hue angle of 93.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507631 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB8011849-
CMYK0.3200.580.54
HSL93.04º41.32%32.75%-
HSV(B)93.04º58.47%46.27%-
XYZ10.3414.885.23-
YUV98.7799.91114.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.39%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 49 (19.53% from 255) = 19.84%
R=32.39%
G=47.77%
B=19.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118490.3200.580.5493.0441.3232.75
Hex5076312003A365d2921
Octal1201666140072661355141
Binary1010000111011011000110000001110101101101011101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507631; }

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

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

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

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

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

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

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

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