Html Css Color HEX #5A5600 Verdun Green

📋 copy color: '#5A5600'

red 90 ◦ green 86 ◦ blue 0

#5A5600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #5A5600

Tints of Verdun Green #5A5600

RGB

 RED value IS 90 (35.55% from 255) = 51.14%

 GREEN value IS 86 (33.98% from 255) = 48.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.14%
G = 48.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#5A5600 (or 0x5A5600) is known color: Verdun Green. HEX triplet: 5A, 56 and 00. RGB value is (90,86,0). Sum of RGB (Red+Green+Blue) = 90+86+0=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 86 (33.98% from 255 or 48.86% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5600 is #A5A9FF. Grayscale: #4D4D4D. Windows color (decimal): -10856960 or 22106. OLE color: 22106.

HSL color Cylindrical-coordinate representation of color #5A5600: hue angle of 57.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A5600 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 86 0 -
CMYK 0 0.04 1 0.65
HSL 57.33º 1% 0.18% -
HSV(B) 57.33º 1% 0.35% -
XYZ 7.54 8.83 1.31 -
YUV 77.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 90 86 0 0 0.04 1 0.65 57.33 1 0.18
Hex 5A 56 0 0 4 64 41 39 64 12
Octal 132 126 0 0 4 144 101 71 144 22
Binary 1011010 1010110 0 0 100 1100100 1000001 111001 1100100 10010

Color Harmonies of #5A5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5600

Black with #5A5600

Text Example


Text Example

White with #5A5600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,86,0); }

 H1.HeaderClassName
 {
   color: #5A5600;
 }
 .AnyTagClassName
 {
   color: #5A5600;
 }
</style>

background-color css

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

 a { background-color: rgb(90,86,0); }

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

border-color css

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

 span { border-color: rgb(90,86,0); }

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