#5A5400

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

Shades of Verdun Green #5A5400

Tints of Verdun Green #5A5400

Color information

#5A5400 (or 0x5A5400) is unknown color: approx Verdun Green. HEX triplet: 5A, 54 and 00. RGB value is (90,84,0). Sum of RGB (Red+Green+Blue) = 90+84+0=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5400 is #A5ABFF. Grayscale: #4C4C4C. Windows color (decimal): -10857472 or 21594. OLE color: 21594.

HSL color Cylindrical-coordinate representation of color #5A5400: hue angle of 56º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A5400 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB90840-
CMYK00.0710.65
HSL56º100%17.65%-
HSV(B)56º100%35.29%-
XYZ7.398.511.25-
YUV76.2284.99137.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.72%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.72%
G=48.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9084000.0710.655610017.65
Hex5A540076441386412
Octal1321240071441017014422
Binary101101010101000011111001001000001111000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A5400; }

 p { color: rgb(90,84,0); }

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

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

 a { background-color: rgb(90,84,0); }

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

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

 span { border-color: rgb(90,84,0); }

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