#5A600B

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

Shades of Verdun Green #5A600B

Tints of Verdun Green #5A600B

Color information

#5A600B (or 0x5A600B) is unknown color: approx Verdun Green. HEX triplet: 5A, 60 and 0B. RGB value is (90,96,11). Sum of RGB (Red+Green+Blue) = 90+96+11=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #5A600B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A600B is #A59FF4. Grayscale: #545454. Windows color (decimal): -10854389 or 745562. OLE color: 745562.

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

Color convert

RGB909611-
CMYK0.0600.890.62
HSL64.24º79.44%20.98%-
HSV(B)64.24º88.54%37.65%-
XYZ8.4610.561.91-
YUV84.5286.51131.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.69%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 11 (4.69% from 255) = 5.58%
R=45.69%
G=48.73%
B=5.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096110.0600.890.6264.2479.4420.98
Hex5A60B60593E404f15
Octal13214013601317610011725
Binary101101011000001011110010110011111101000000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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