Html Css Color HEX #484717 Army green

📋 copy color: '#484717'

red 72 ◦ green 71 ◦ blue 23

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

Shades of Army green #484717

Tints of Army green #484717

RGB

 RED value IS 72 (28.52% from 255) = 43.37%

 GREEN value IS 71 (28.13% from 255) = 42.77%

 BLUE value IS 23 (9.38% from 255) = 13.86%

R = 43.37%
G = 42.77%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#484717 (or 0x484717) is known color: Army green. HEX triplet: 48, 47 and 17. RGB value is (72,71,23). Sum of RGB (Red+Green+Blue) = 72+71+23=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #484717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484717 is #B7B8E8. Grayscale: #424242. Windows color (decimal): -12040425 or 1525576. OLE color: 1525576.

HSL color Cylindrical-coordinate representation of color #484717: hue angle of 58.78º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #484717 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 71 23 -
CMYK 0 0.01 0.68 0.72
HSL 58.78º 0.52% 0.19% -
HSV(B) 58.78º 0.68% 0.28% -
XYZ 5.08 5.95 1.69 -
YUV 65.83 103.83 132.4 -
System Red Green Blue C M Y K H S L
Decimal 72 71 23 0 0.01 0.68 0.72 58.78 0.52 0.19
Hex 48 47 17 0 1 44 48 3B 34 13
Octal 110 107 27 0 1 104 110 73 64 23
Binary 1001000 1000111 10111 0 1 1000100 1001000 111011 110100 10011

Color Harmonies of #484717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484717

Black with #484717

Text Example


Text Example

White with #484717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484717; }

 p { color: rgb(72,71,23); }

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

background-color css

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

 a { background-color: rgb(72,71,23); }

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

border-color css

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

 span { border-color: rgb(72,71,23); }

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