#5B580A

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

Shades of Verdun Green #5B580A

Tints of Verdun Green #5B580A

Color information

#5B580A (or 0x5B580A) is unknown color: approx Verdun Green. HEX triplet: 5B, 58 and 0A. RGB value is (91,88,10). Sum of RGB (Red+Green+Blue) = 91+88+10=189 (25% of max value = 765). Red value is 91 (35.94% from 255 or 48.15% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 91 - color contains mainly: red. Hex color #5B580A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B580A is #A4A7F5. Grayscale: #505050. Windows color (decimal): -10790902 or 677979. OLE color: 677979.

HSL color Cylindrical-coordinate representation of color #5B580A: hue angle of 57.78º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B580A is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB918810-
CMYK00.030.890.64
HSL57.78º80.2%19.8%-
HSV(B)57.78º89.01%35.69%-
XYZ7.869.231.65-
YUV8088.49135.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 48.15%
GREEN value IS 88 (34.77% from 255) = 46.56%
BLUE value IS 10 (4.30% from 255) = 5.29%
R=48.15%
G=46.56%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91881000.030.890.6457.7880.219.8
Hex5B58A0359403a5014
Octal13313012031311007212024
Binary10110111011000101001110110011000000111010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,88,10); }

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

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

 a { background-color: rgb(91,88,10); }

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

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

 span { border-color: rgb(91,88,10); }

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