#484F23

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

Shades of Army green #484F23

Tints of Army green #484F23

Color information

#484F23 (or 0x484F23) is unknown color: approx Army green. HEX triplet: 48, 4F and 23. RGB value is (72,79,35). Sum of RGB (Red+Green+Blue) = 72+79+35=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #484F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484F23 is #B7B0DC. Grayscale: #484848. Windows color (decimal): -12038365 or 2314056. OLE color: 2314056.

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

Color convert

RGB727935-
CMYK0.0900.560.69
HSL69.55º38.6%22.35%-
HSV(B)69.55º55.7%30.98%-
XYZ5.777.092.65-
YUV71.89107.18128.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.71%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=38.71%
G=42.47%
B=18.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279350.0900.560.6969.5538.622.35
Hex484F23903845462716
Octal11011743110701051064726
Binary10010001001111100011100101110001000101100011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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