Html Css Color HEX #525313 Army green

📋 copy color: '#525313'

red 82 ◦ green 83 ◦ blue 19

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

Shades of Army green #525313

Tints of Army green #525313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

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

R = 44.57%
G = 45.11%
B = 10.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#525313 (or 0x525313) is known color: Army green. HEX triplet: 52, 53 and 13. RGB value is (82,83,19). Sum of RGB (Red+Green+Blue) = 82+83+19=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #525313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525313 is #ADACEC. Grayscale: #4B4B4B. Windows color (decimal): -11381997 or 1266514. OLE color: 1266514.

HSL color Cylindrical-coordinate representation of color #525313: hue angle of 60.94º 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 #525313 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 19 -
CMYK 0.01 0 0.77 0.67
HSL 60.94º 0.63% 0.2% -
HSV(B) 60.94º 0.77% 0.33% -
XYZ 6.69 8.03 1.81 -
YUV 75.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 82 83 19 0.01 0 0.77 0.67 60.94 0.63 0.2
Hex 52 53 13 1 0 4D 43 3D 3F 14
Octal 122 123 23 1 0 115 103 75 77 24
Binary 1010010 1010011 10011 1 0 1001101 1000011 111101 111111 10100

Color Harmonies of #525313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525313

Black with #525313

Text Example


Text Example

White with #525313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525313; }

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

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

background-color css

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

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

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

border-color css

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

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

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