#507431

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

Shades of Green Leaf #507431

Tints of Green Leaf #507431

Color information

#507431 (or 0x507431) is unknown color: approx Green Leaf. HEX triplet: 50, 74 and 31. RGB value is (80,116,49). Sum of RGB (Red+Green+Blue) = 80+116+49=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #507431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507431 is #AF8BCE. Grayscale: #616161. Windows color (decimal): -11504591 or 3241040. OLE color: 3241040.

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

Color convert

RGB8011649-
CMYK0.3100.580.55
HSL92.24º40.61%32.35%-
HSV(B)92.24º57.76%45.49%-
XYZ10.1114.425.16-
YUV97.6100.57115.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.65%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 49 (19.53% from 255) = 20%
R=32.65%
G=47.35%
B=20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80116490.3100.580.5592.2440.6132.35
Hex5074311F03A375c2920
Octal1201646137072671345140
Binary101000011101001100011111101110101101111011100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507431; }

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

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

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

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

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

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

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

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