#504B0C

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

Shades of Verdun Green #504B0C

Tints of Verdun Green #504B0C

Color information

#504B0C (or 0x504B0C) is unknown color: approx Verdun Green. HEX triplet: 50, 4B and 0C. RGB value is (80,75,12). Sum of RGB (Red+Green+Blue) = 80+75+12=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B0C is #AFB4F3. Grayscale: #454545. Windows color (decimal): -11515124 or 805712. OLE color: 805712.

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

Color convert

RGB807512-
CMYK00.060.850.69
HSL55.59º73.91%18.04%-
HSV(B)55.59º85%31.37%-
XYZ5.896.761.34-
YUV69.3195.66135.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 12 (5.08% from 255) = 7.19%
R=47.90%
G=44.91%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80751200.060.850.6955.5973.9118.04
Hex504BC065545384a12
Octal12011314061251057011222
Binary101000010010111100011010101011000101111000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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