Html Css Color HEX #485523 Army green

📋 copy color: '#485523'

red 72 ◦ green 85 ◦ blue 35

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

Shades of Army green #485523

Tints of Army green #485523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 18.23%

R = 37.5%
G = 44.27%
B = 18.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#485523 (or 0x485523) is known color: Army green. HEX triplet: 48, 55 and 23. RGB value is (72,85,35). Sum of RGB (Red+Green+Blue) = 72+85+35=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #485523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485523 is #B7AADC. Grayscale: #4B4B4B. Windows color (decimal): -12036829 or 2315592. OLE color: 2315592.

HSL color Cylindrical-coordinate representation of color #485523: hue angle of 75.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #485523 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 35 -
CMYK 0.15 0 0.59 0.67
HSL 75.6º 0.42% 0.24% -
HSV(B) 75.6º 0.59% 0.33% -
XYZ 6.22 8 2.81 -
YUV 75.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 72 85 35 0.15 0 0.59 0.67 75.6 0.42 0.24
Hex 48 55 23 F 0 3B 43 4C 2A 18
Octal 110 125 43 17 0 73 103 114 52 30
Binary 1001000 1010101 100011 1111 0 111011 1000011 1001100 101010 11000

Color Harmonies of #485523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485523

Black with #485523

Text Example


Text Example

White with #485523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485523; }

 p { color: rgb(72,85,35); }

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

background-color css

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

 a { background-color: rgb(72,85,35); }

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

border-color css

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

 span { border-color: rgb(72,85,35); }

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