#504B0A

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

Shades of Verdun Green #504B0A

Tints of Verdun Green #504B0A

Color information

#504B0A (or 0x504B0A) is unknown color: approx Verdun Green. HEX triplet: 50, 4B and 0A. RGB value is (80,75,10). Sum of RGB (Red+Green+Blue) = 80+75+10=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 10 (4.30% from 255 or 6.06% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #504B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504B0A is #AFB4F5. Grayscale: #454545. Windows color (decimal): -11515126 or 674640. OLE color: 674640.

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

Color convert

RGB807510-
CMYK00.060.870.69
HSL55.71º77.78%17.65%-
HSV(B)55.71º87.5%31.37%-
XYZ5.886.761.28-
YUV69.0894.66135.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.48%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 10 (4.30% from 255) = 6.06%
R=48.48%
G=45.45%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80751000.060.870.6955.7177.7817.65
Hex504BA065745384e12
Octal12011312061271057011622
Binary101000010010111010011010101111000101111000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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