Html Css Color HEX #5A5609 Verdun Green

📋 copy color: '#5A5609'

red 90 ◦ green 86 ◦ blue 9

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

Shades of Verdun Green #5A5609

Tints of Verdun Green #5A5609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.86%

R = 48.65%
G = 46.49%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A5609 (or 0x5A5609) is known color: Verdun Green. HEX triplet: 5A, 56 and 09. RGB value is (90,86,9). Sum of RGB (Red+Green+Blue) = 90+86+9=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5609 is #A5A9F6. Grayscale: #4E4E4E. Windows color (decimal): -10856951 or 611930. OLE color: 611930.

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

Color convert

RGB 90 86 9 -
CMYK 0 0.04 0.9 0.65
HSL 57.04º 0.82% 0.19% -
HSV(B) 57.04º 0.9% 0.35% -
XYZ 7.59 8.85 1.57 -
YUV 78.42 88.83 136.26 -
System Red Green Blue C M Y K H S L
Decimal 90 86 9 0 0.04 0.9 0.65 57.04 0.82 0.19
Hex 5A 56 9 0 4 5A 41 39 52 13
Octal 132 126 11 0 4 132 101 71 122 23
Binary 1011010 1010110 1001 0 100 1011010 1000001 111001 1010010 10011

Color Harmonies of #5A5609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5609

Black with #5A5609

Text Example


Text Example

White with #5A5609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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