#5A600C

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

Shades of Verdun Green #5A600C

Tints of Verdun Green #5A600C

Color information

#5A600C (or 0x5A600C) is unknown color: approx Verdun Green. HEX triplet: 5A, 60 and 0C. RGB value is (90,96,12). Sum of RGB (Red+Green+Blue) = 90+96+12=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #5A600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A600C is #A59FF3. Grayscale: #545454. Windows color (decimal): -10854388 or 811098. OLE color: 811098.

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

Color convert

RGB909612-
CMYK0.0600.880.62
HSL64.29º77.78%21.18%-
HSV(B)64.29º87.5%37.65%-
XYZ8.4710.571.94-
YUV84.6387.01131.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.45%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=45.45%
G=48.48%
B=6.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096120.0600.880.6264.2977.7821.18
Hex5A60C60583E404e15
Octal13214014601307610011625
Binary101101011000001100110010110001111101000000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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