#5A600A

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

Shades of Verdun Green #5A600A

Tints of Verdun Green #5A600A

Color information

#5A600A (or 0x5A600A) is unknown color: approx Verdun Green. HEX triplet: 5A, 60 and 0A. RGB value is (90,96,10). Sum of RGB (Red+Green+Blue) = 90+96+10=196 (25% of max value = 765). Red value is 90 (35.55% from 255 or 45.92% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #5A600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A600A is #A59FF5. Grayscale: #545454. Windows color (decimal): -10854390 or 680026. OLE color: 680026.

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

Color convert

RGB909610-
CMYK0.0600.900.62
HSL64.19º81.13%20.78%-
HSV(B)64.19º89.58%37.65%-
XYZ8.4510.561.88-
YUV84.486.01131.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 45.92%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=45.92%
G=48.98%
B=5.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9096100.0600.900.6264.1981.1320.78
Hex5A60A605A3E405115
Octal13214012601327610012125
Binary101101011000001010110010110101111101000000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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