Html Css Color HEX #5A5A11 Army green

📋 copy color: '#5A5A11'

red 90 ◦ green 90 ◦ blue 17

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

Shades of Army green #5A5A11

Tints of Army green #5A5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.69%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 45.69%
G = 45.69%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#5A5A11 (or 0x5A5A11) is known color: Army green. HEX triplet: 5A, 5A and 11. RGB value is (90,90,17). Sum of RGB (Red+Green+Blue) = 90+90+17=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5A11 is #A5A5EE. Grayscale: #515151. Windows color (decimal): -10855919 or 1137242. OLE color: 1137242.

HSL color Cylindrical-coordinate representation of color #5A5A11: hue angle of 60º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A5A11 is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 90 17 -
CMYK 0 0 0.81 0.65
HSL 60º 0.68% 0.21% -
HSV(B) 60º 0.81% 0.35% -
XYZ 7.97 9.53 1.95 -
YUV 81.68 91.5 133.94 -
System Red Green Blue C M Y K H S L
Decimal 90 90 17 0 0 0.81 0.65 60 0.68 0.21
Hex 5A 5A 11 0 0 51 41 3C 44 15
Octal 132 132 21 0 0 121 101 74 104 25
Binary 1011010 1011010 10001 0 0 1010001 1000001 111100 1000100 10101

Color Harmonies of #5A5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5A11

Black with #5A5A11

Text Example


Text Example

White with #5A5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,90,17); }

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

background-color css

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

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

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

border-color css

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

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

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