Html Css Color HEX #525413 Army green

📋 copy color: '#525413'

red 82 ◦ green 84 ◦ blue 19

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

Shades of Army green #525413

Tints of Army green #525413

RGB

 RED value IS 82 (32.42% from 255) = 44.32%

 GREEN value IS 84 (33.2% from 255) = 45.41%

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

R = 44.32%
G = 45.41%
B = 10.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#525413 (or 0x525413) is known color: Army green. HEX triplet: 52, 54 and 13. RGB value is (82,84,19). Sum of RGB (Red+Green+Blue) = 82+84+19=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #525413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525413 is #ADABEC. Grayscale: #4C4C4C. Windows color (decimal): -11381741 or 1266770. OLE color: 1266770.

HSL color Cylindrical-coordinate representation of color #525413: hue angle of 61.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #525413 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 84 19 -
CMYK 0.02 0 0.77 0.67
HSL 61.85º 0.63% 0.2% -
HSV(B) 61.85º 0.77% 0.33% -
XYZ 6.77 8.18 1.84 -
YUV 75.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 82 84 19 0.02 0 0.77 0.67 61.85 0.63 0.2
Hex 52 54 13 2 0 4D 43 3E 3F 14
Octal 122 124 23 2 0 115 103 76 77 24
Binary 1010010 1010100 10011 10 0 1001101 1000011 111110 111111 10100

Color Harmonies of #525413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525413

Black with #525413

Text Example


Text Example

White with #525413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525413; }

 p { color: rgb(82,84,19); }

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

background-color css

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

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

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

border-color css

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

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

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