Html Css Color HEX #5A5603 Verdun Green

📋 copy color: '#5A5603'

red 90 ◦ green 86 ◦ blue 3

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

Shades of Verdun Green #5A5603

Tints of Verdun Green #5A5603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.68%

R = 50.28%
G = 48.04%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#5A5603 (or 0x5A5603) is known color: Verdun Green. HEX triplet: 5A, 56 and 03. RGB value is (90,86,3). Sum of RGB (Red+Green+Blue) = 90+86+3=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5603 is #A5A9FC. Grayscale: #4E4E4E. Windows color (decimal): -10856957 or 218714. OLE color: 218714.

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

Color convert

RGB 90 86 3 -
CMYK 0 0.04 0.97 0.65
HSL 57.24º 0.94% 0.18% -
HSV(B) 57.24º 0.97% 0.35% -
XYZ 7.56 8.84 1.39 -
YUV 77.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 90 86 3 0 0.04 0.97 0.65 57.24 0.94 0.18
Hex 5A 56 3 0 4 61 41 39 5E 12
Octal 132 126 3 0 4 141 101 71 136 22
Binary 1011010 1010110 11 0 100 1100001 1000001 111001 1011110 10010

Color Harmonies of #5A5603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5603

Black with #5A5603

Text Example


Text Example

White with #5A5603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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