Html Css Color HEX #525414 Army green

📋 copy color: '#525414'

red 82 ◦ green 84 ◦ blue 20

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

Shades of Army green #525414

Tints of Army green #525414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.75%

R = 44.09%
G = 45.16%
B = 10.75%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#525414 (or 0x525414) is known color: Army green. HEX triplet: 52, 54 and 14. RGB value is (82,84,20). Sum of RGB (Red+Green+Blue) = 82+84+20=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #525414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525414 is #ADABEB. Grayscale: #4C4C4C. Windows color (decimal): -11381740 or 1332306. OLE color: 1332306.

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

Color convert

RGB 82 84 20 -
CMYK 0.02 0 0.76 0.67
HSL 61.88º 0.62% 0.2% -
HSV(B) 61.88º 0.76% 0.33% -
XYZ 6.78 8.18 1.88 -
YUV 76.11 96.34 132.2 -
System Red Green Blue C M Y K H S L
Decimal 82 84 20 0.02 0 0.76 0.67 61.88 0.62 0.2
Hex 52 54 14 2 0 4C 43 3E 3E 14
Octal 122 124 24 2 0 114 103 76 76 24
Binary 1010010 1010100 10100 10 0 1001100 1000011 111110 111110 10100

Color Harmonies of #525414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525414

Black with #525414

Text Example


Text Example

White with #525414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525414; }

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

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

background-color css

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

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

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

border-color css

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

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

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