Html Css Color HEX #5A5A13 Army green

📋 copy color: '#5A5A13'

red 90 ◦ green 90 ◦ blue 19

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

Shades of Army green #5A5A13

Tints of Army green #5A5A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 45.23%
G = 45.23%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#5A5A13 (or 0x5A5A13) is known color: Army green. HEX triplet: 5A, 5A and 13. RGB value is (90,90,19). Sum of RGB (Red+Green+Blue) = 90+90+19=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5A13 is #A5A5EC. Grayscale: #525252. Windows color (decimal): -10855917 or 1268314. OLE color: 1268314.

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

Color convert

RGB 90 90 19 -
CMYK 0 0 0.79 0.65
HSL 60º 0.65% 0.21% -
HSV(B) 60º 0.79% 0.35% -
XYZ 7.99 9.53 2.04 -
YUV 81.91 92.5 133.77 -
System Red Green Blue C M Y K H S L
Decimal 90 90 19 0 0 0.79 0.65 60 0.65 0.21
Hex 5A 5A 13 0 0 4F 41 3C 41 15
Octal 132 132 23 0 0 117 101 74 101 25
Binary 1011010 1011010 10011 0 0 1001111 1000001 111100 1000001 10101

Color Harmonies of #5A5A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5A13

Black with #5A5A13

Text Example


Text Example

White with #5A5A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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