#5A590B

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

Shades of Verdun Green #5A590B

Tints of Verdun Green #5A590B

Color information

#5A590B (or 0x5A590B) is unknown color: approx Verdun Green. HEX triplet: 5A, 59 and 0B. RGB value is (90,89,11). Sum of RGB (Red+Green+Blue) = 90+89+11=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 11 (4.69% from 255 or 5.79% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A590B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A590B is #A5A6F4. Grayscale: #505050. Windows color (decimal): -10856181 or 743770. OLE color: 743770.

HSL color Cylindrical-coordinate representation of color #5A590B: hue angle of 59.24º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A590B is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB908911-
CMYK00.010.880.65
HSL59.24º78.22%19.8%-
HSV(B)59.24º87.78%35.29%-
XYZ7.859.341.71-
YUV80.4188.83134.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.37%
GREEN value IS 89 (35.16% from 255) = 46.84%
BLUE value IS 11 (4.69% from 255) = 5.79%
R=47.37%
G=46.84%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90891100.010.880.6559.2478.2219.8
Hex5A59B0158413b4e14
Octal13213113011301017311624
Binary1011010101100110110110110001000001111011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A590B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,89,11); }

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

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

 a { background-color: rgb(90,89,11); }

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

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

 span { border-color: rgb(90,89,11); }

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