Html Css Color HEX #525514 Army green

📋 copy color: '#525514'

red 82 ◦ green 85 ◦ blue 20

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

Shades of Army green #525514

Tints of Army green #525514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

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

R = 43.85%
G = 45.45%
B = 10.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#525514 (or 0x525514) is known color: Army green. HEX triplet: 52, 55 and 14. RGB value is (82,85,20). Sum of RGB (Red+Green+Blue) = 82+85+20=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #525514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525514 is #ADAAEB. Grayscale: #4C4C4C. Windows color (decimal): -11381484 or 1332562. OLE color: 1332562.

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

Color convert

RGB 82 85 20 -
CMYK 0.04 0 0.76 0.67
HSL 62.77º 0.62% 0.21% -
HSV(B) 62.77º 0.76% 0.33% -
XYZ 6.85 8.34 1.91 -
YUV 76.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 82 85 20 0.04 0 0.76 0.67 62.77 0.62 0.21
Hex 52 55 14 4 0 4C 43 3F 3E 15
Octal 122 125 24 4 0 114 103 77 76 25
Binary 1010010 1010101 10100 100 0 1001100 1000011 111111 111110 10101

Color Harmonies of #525514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525514

Black with #525514

Text Example


Text Example

White with #525514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525514; }

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

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

background-color css

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

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

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

border-color css

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

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

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