#505B0F

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

Shades of Verdun Green #505B0F

Tints of Verdun Green #505B0F

Color information

#505B0F (or 0x505B0F) is unknown color: approx Verdun Green. HEX triplet: 50, 5B and 0F. RGB value is (80,91,15). Sum of RGB (Red+Green+Blue) = 80+91+15=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 91 (35.94% from 255 or 48.92% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 91 - color contains mainly: green. Hex color #505B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505B0F is #AFA4F0. Grayscale: #4F4F4F. Windows color (decimal): -11511025 or 1006416. OLE color: 1006416.

HSL color Cylindrical-coordinate representation of color #505B0F: hue angle of 68.68º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #505B0F is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB809115-
CMYK0.1200.840.64
HSL68.68º71.7%20.78%-
HSV(B)68.68º83.52%35.69%-
XYZ7.149.221.86-
YUV79.0591.86128.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.01%
GREEN value IS 91 (35.94% from 255) = 48.92%
BLUE value IS 15 (6.25% from 255) = 8.06%
R=43.01%
G=48.92%
B=8.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8091150.1200.840.6468.6871.720.78
Hex505BFC05440454815
Octal1201331714012410010511025
Binary10100001011011111111000101010010000001000101100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505B0F; }

 p { color: rgb(80,91,15); }

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

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

 a { background-color: rgb(80,91,15); }

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

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

 span { border-color: rgb(80,91,15); }

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