#504B0B

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

Shades of Verdun Green #504B0B

Tints of Verdun Green #504B0B

Color information

#504B0B (or 0x504B0B) is unknown color: approx Verdun Green. HEX triplet: 50, 4B and 0B. RGB value is (80,75,11). Sum of RGB (Red+Green+Blue) = 80+75+11=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #504B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B0B is #AFB4F4. Grayscale: #454545. Windows color (decimal): -11515125 or 740176. OLE color: 740176.

HSL color Cylindrical-coordinate representation of color #504B0B: hue angle of 55.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #504B0B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB807511-
CMYK00.060.860.69
HSL55.65º75.82%17.84%-
HSV(B)55.65º86.25%31.37%-
XYZ5.886.761.31-
YUV69.295.16135.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.19%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=48.19%
G=45.18%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80751100.060.860.6955.6575.8217.84
Hex504BB065645384c12
Octal12011313061261057011422
Binary101000010010111011011010101101000101111000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504B0B; }

 p { color: rgb(80,75,11); }

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

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

 a { background-color: rgb(80,75,11); }

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

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

 span { border-color: rgb(80,75,11); }

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