#5A5607

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

Shades of Verdun Green #5A5607

Tints of Verdun Green #5A5607

Color information

#5A5607 (or 0x5A5607) is unknown color: approx Verdun Green. HEX triplet: 5A, 56 and 07. RGB value is (90,86,7). Sum of RGB (Red+Green+Blue) = 90+86+7=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5607 is #A5A9F8. Grayscale: #4E4E4E. Windows color (decimal): -10856953 or 480858. OLE color: 480858.

HSL color Cylindrical-coordinate representation of color #5A5607: hue angle of 57.11º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A5607 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB90867-
CMYK00.040.920.65
HSL57.11º85.57%19.02%-
HSV(B)57.11º92.22%35.29%-
XYZ7.588.841.51-
YUV78.1987.83136.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 86 (33.98% from 255) = 46.99%
BLUE value IS 7 (3.12% from 255) = 3.83%
R=49.18%
G=46.99%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9086700.040.920.6557.1185.5719.02
Hex5A567045C41395613
Octal1321267041341017112623
Binary10110101010110111010010111001000001111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,86,7); }

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

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

 a { background-color: rgb(90,86,7); }

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

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

 span { border-color: rgb(90,86,7); }

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