Html Css Color HEX #5A5607 Verdun Green

📋 copy color: '#5A5607'

red 90 ◦ green 86 ◦ blue 7

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

Shades of Verdun Green #5A5607

Tints of Verdun Green #5A5607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.83%

R = 49.18%
G = 46.99%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#5A5607 (or 0x5A5607) is known color: Verdun Green. HEX triplet: 5A, 56 and 07. RGB value is (90,86,7). Sum of RGB (Red+Green+Blue) = 90+86+7=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5607 is #A5A9F8. Grayscale: #4E4E4E. Windows color (decimal): -10856953 or 480858. OLE color: 480858.

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

Color convert

RGB 90 86 7 -
CMYK 0 0.04 0.92 0.65
HSL 57.11º 0.86% 0.19% -
HSV(B) 57.11º 0.92% 0.35% -
XYZ 7.58 8.84 1.51 -
YUV 78.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 90 86 7 0 0.04 0.92 0.65 57.11 0.86 0.19
Hex 5A 56 7 0 4 5C 41 39 56 13
Octal 132 126 7 0 4 134 101 71 126 23
Binary 1011010 1010110 111 0 100 1011100 1000001 111001 1010110 10011

Color Harmonies of #5A5607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5607

Black with #5A5607

Text Example


Text Example

White with #5A5607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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