#5A5505

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

Shades of Verdun Green #5A5505

Tints of Verdun Green #5A5505

Color information

#5A5505 (or 0x5A5505) is unknown color: approx Verdun Green. HEX triplet: 5A, 55 and 05. RGB value is (90,85,5). Sum of RGB (Red+Green+Blue) = 90+85+5=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5505 is #A5AAFA. Grayscale: #4D4D4D. Windows color (decimal): -10857211 or 349530. OLE color: 349530.

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

Color convert

RGB90855-
CMYK00.060.940.65
HSL56.47º89.47%18.63%-
HSV(B)56.47º94.44%35.29%-
XYZ7.498.681.42-
YUV77.3787.16137-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 5 (2.34% from 255) = 2.78%
R=50%
G=47.22%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9085500.060.940.6556.4789.4718.63
Hex5A555065E41385913
Octal1321255061361017013123
Binary10110101010101101011010111101000001111000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,85,5); }

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

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

 a { background-color: rgb(90,85,5); }

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

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

 span { border-color: rgb(90,85,5); }

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