Html Css Color HEX #485023 Army green

📋 copy color: '#485023'

red 72 ◦ green 80 ◦ blue 35

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

Shades of Army green #485023

Tints of Army green #485023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

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

R = 38.5%
G = 42.78%
B = 18.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#485023 (or 0x485023) is known color: Army green. HEX triplet: 48, 50 and 23. RGB value is (72,80,35). Sum of RGB (Red+Green+Blue) = 72+80+35=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 35 (14.06% from 255 or 18.72% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #485023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485023 is #B7AFDC. Grayscale: #484848. Windows color (decimal): -12038109 or 2314312. OLE color: 2314312.

HSL color Cylindrical-coordinate representation of color #485023: hue angle of 70.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #485023 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 72 80 35 -
CMYK 0.10 0 0.56 0.69
HSL 70.67º 0.39% 0.23% -
HSV(B) 70.67º 0.56% 0.31% -
XYZ 5.84 7.24 2.68 -
YUV 72.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 72 80 35 0.10 0 0.56 0.69 70.67 0.39 0.23
Hex 48 50 23 A 0 38 45 47 27 17
Octal 110 120 43 12 0 70 105 107 47 27
Binary 1001000 1010000 100011 1010 0 111000 1000101 1000111 100111 10111

Color Harmonies of #485023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485023

Black with #485023

Text Example


Text Example

White with #485023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485023; }

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

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

background-color css

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

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

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

border-color css

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

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

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