Html Css Color HEX #485123 Army green

📋 copy color: '#485123'

red 72 ◦ green 81 ◦ blue 35

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

Shades of Army green #485123

Tints of Army green #485123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

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

R = 38.3%
G = 43.09%
B = 18.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#485123 (or 0x485123) is known color: Army green. HEX triplet: 48, 51 and 23. RGB value is (72,81,35). Sum of RGB (Red+Green+Blue) = 72+81+35=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #485123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485123 is #B7AEDC. Grayscale: #494949. Windows color (decimal): -12037853 or 2314568. OLE color: 2314568.

HSL color Cylindrical-coordinate representation of color #485123: hue angle of 71.74º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #485123 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 35 -
CMYK 0.11 0 0.57 0.68
HSL 71.74º 0.4% 0.23% -
HSV(B) 71.74º 0.57% 0.32% -
XYZ 5.92 7.38 2.7 -
YUV 73.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 72 81 35 0.11 0 0.57 0.68 71.74 0.4 0.23
Hex 48 51 23 B 0 39 44 48 28 17
Octal 110 121 43 13 0 71 104 110 50 27
Binary 1001000 1010001 100011 1011 0 111001 1000100 1001000 101000 10111

Color Harmonies of #485123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485123

Black with #485123

Text Example


Text Example

White with #485123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485123; }

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

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

background-color css

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

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

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

border-color css

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

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

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