Html Css Color HEX #525418 Army green

📋 copy color: '#525418'

red 82 ◦ green 84 ◦ blue 24

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

Shades of Army green #525418

Tints of Army green #525418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 43.16%
G = 44.21%
B = 12.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#525418 (or 0x525418) is known color: Army green. HEX triplet: 52, 54 and 18. RGB value is (82,84,24). Sum of RGB (Red+Green+Blue) = 82+84+24=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #525418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525418 is #ADABE7. Grayscale: #4C4C4C. Windows color (decimal): -11381736 or 1594450. OLE color: 1594450.

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

Color convert

RGB 82 84 24 -
CMYK 0.02 0 0.71 0.67
HSL 62º 0.56% 0.21% -
HSV(B) 62º 0.71% 0.33% -
XYZ 6.81 8.2 2.09 -
YUV 76.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 82 84 24 0.02 0 0.71 0.67 62 0.56 0.21
Hex 52 54 18 2 0 47 43 3E 38 15
Octal 122 124 30 2 0 107 103 76 70 25
Binary 1010010 1010100 11000 10 0 1000111 1000011 111110 111000 10101

Color Harmonies of #525418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525418

Black with #525418

Text Example


Text Example

White with #525418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525418; }

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

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

background-color css

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

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

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

border-color css

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

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

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