#484C25

Color #484C25 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #484C25

Tints of Army green #484C25

Color information

#484C25 (or 0x484C25) is unknown color: approx Army green. HEX triplet: 48, 4C and 25. RGB value is (72,76,37). Sum of RGB (Red+Green+Blue) = 72+76+37=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 76 (30.08% from 255 or 41.08% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 76 - color contains mainly: green. Hex color #484C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C25 is #B7B3DA. Grayscale: #464646. Windows color (decimal): -12039131 or 2444360. OLE color: 2444360.

HSL color Cylindrical-coordinate representation of color #484C25: hue angle of 66.15º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #484C25 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB727637-
CMYK0.0500.510.70
HSL66.15º34.51%22.16%-
HSV(B)66.15º51.32%29.8%-
XYZ5.596.682.74-
YUV70.36109.17129.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.92%
GREEN value IS 76 (30.08% from 255) = 41.08%
BLUE value IS 37 (14.84% from 255) = 20%
R=38.92%
G=41.08%
B=20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276370.0500.510.7066.1534.5122.16
Hex484C25503346422316
Octal1101144550631061024326
Binary1001000100110010010110101100111000110100001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484C25; }

 p { color: rgb(72,76,37); }

 H1.HeaderClassName
 {
   color: #484C25;
 }
 .AnyTagClassName
 {
   color: #484C25;
 }
</style>
background-color css

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

 a { background-color: rgb(72,76,37); }

 div.DivClassName
 {
   background-color: #484C25;
 }
 .BgClassName
 {
   background-color: #484C25;
 }
</style>
border-color css

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

 span { border-color: rgb(72,76,37); }

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