Html Css Color HEX #5A5400 Verdun Green

📋 copy color: '#5A5400'

red 90 ◦ green 84 ◦ blue 0

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

Shades of Verdun Green #5A5400

Tints of Verdun Green #5A5400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

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

R = 51.72%
G = 48.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#5A5400 (or 0x5A5400) is known color: Verdun Green. HEX triplet: 5A, 54 and 00. RGB value is (90,84,0). Sum of RGB (Red+Green+Blue) = 90+84+0=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5400 is #A5ABFF. Grayscale: #4C4C4C. Windows color (decimal): -10857472 or 21594. OLE color: 21594.

HSL color Cylindrical-coordinate representation of color #5A5400: hue angle of 56º 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 #5A5400 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 84 0 -
CMYK 0 0.07 1 0.65
HSL 56º 1% 0.18% -
HSV(B) 56º 1% 0.35% -
XYZ 7.39 8.51 1.25 -
YUV 76.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 90 84 0 0 0.07 1 0.65 56 1 0.18
Hex 5A 54 0 0 7 64 41 38 64 12
Octal 132 124 0 0 7 144 101 70 144 22
Binary 1011010 1010100 0 0 111 1100100 1000001 111000 1100100 10010

Color Harmonies of #5A5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5400

Black with #5A5400

Text Example


Text Example

White with #5A5400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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