#4B5426

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

Shades of Army green #4B5426

Tints of Army green #4B5426

Color information

#4B5426 (or 0x4B5426) is unknown color: approx Army green. HEX triplet: 4B, 54 and 26. RGB value is (75,84,38). Sum of RGB (Red+Green+Blue) = 75+84+38=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #4B5426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5426 is #B4ABD9. Grayscale: #4C4C4C. Windows color (decimal): -11840474 or 2511947. OLE color: 2511947.

HSL color Cylindrical-coordinate representation of color #4B5426: hue angle of 71.74º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B5426 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB758438-
CMYK0.1100.550.67
HSL71.74º37.7%23.92%-
HSV(B)71.74º54.76%32.94%-
XYZ6.427.983.03-
YUV76.06106.52127.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.07%
GREEN value IS 84 (33.20% from 255) = 42.64%
BLUE value IS 38 (15.23% from 255) = 19.29%
R=38.07%
G=42.64%
B=19.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7584380.1100.550.6771.7437.723.92
Hex4B5426B03743482618
Octal11312446130671031104630
Binary10010111010100100110101101101111000011100100010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B5426; }

 p { color: rgb(75,84,38); }

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

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

 a { background-color: rgb(75,84,38); }

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

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

 span { border-color: rgb(75,84,38); }

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