Html Css Color HEX #5A5907 Verdun Green

📋 copy color: '#5A5907'

red 90 ◦ green 89 ◦ blue 7

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

Shades of Verdun Green #5A5907

Tints of Verdun Green #5A5907

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.85%

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

R = 48.39%
G = 47.85%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#5A5907 (or 0x5A5907) is known color: Verdun Green. HEX triplet: 5A, 59 and 07. RGB value is (90,89,7). Sum of RGB (Red+Green+Blue) = 90+89+7=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5907 is #A5A6F8. Grayscale: #505050. Windows color (decimal): -10856185 or 481626. OLE color: 481626.

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

Color convert

RGB 90 89 7 -
CMYK 0 0.01 0.92 0.65
HSL 59.28º 0.86% 0.19% -
HSV(B) 59.28º 0.92% 0.35% -
XYZ 7.83 9.33 1.59 -
YUV 79.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 90 89 7 0 0.01 0.92 0.65 59.28 0.86 0.19
Hex 5A 59 7 0 1 5C 41 3B 56 13
Octal 132 131 7 0 1 134 101 73 126 23
Binary 1011010 1011001 111 0 1 1011100 1000001 111011 1010110 10011

Color Harmonies of #5A5907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5907

Black with #5A5907

Text Example


Text Example

White with #5A5907

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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