#5A600D

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

Shades of Verdun Green #5A600D

Tints of Verdun Green #5A600D

Color information

#5A600D (or 0x5A600D) is unknown color: approx Verdun Green. HEX triplet: 5A, 60 and 0D. RGB value is (90,96,13). Sum of RGB (Red+Green+Blue) = 90+96+13=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #5A600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A600D is #A59FF2. Grayscale: #555555. Windows color (decimal): -10854387 or 876634. OLE color: 876634.

HSL color Cylindrical-coordinate representation of color #5A600D: hue angle of 64.34º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A600D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB909613-
CMYK0.0600.860.62
HSL64.34º76.15%21.37%-
HSV(B)64.34º86.46%37.65%-
XYZ8.4710.571.97-
YUV84.7487.51131.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.23%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=45.23%
G=48.24%
B=6.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096130.0600.860.6264.3476.1521.37
Hex5A60D60563E404c15
Octal13214015601267610011425
Binary101101011000001101110010101101111101000000100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,96,13); }

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

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

 a { background-color: rgb(90,96,13); }

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

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

 span { border-color: rgb(90,96,13); }

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