#4B5526

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

Shades of Army green #4B5526

Tints of Army green #4B5526

Color information

#4B5526 (or 0x4B5526) is unknown color: approx Army green. HEX triplet: 4B, 55 and 26. RGB value is (75,85,38). Sum of RGB (Red+Green+Blue) = 75+85+38=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5526 is #B4AAD9. Grayscale: #4C4C4C. Windows color (decimal): -11840218 or 2512203. OLE color: 2512203.

HSL color Cylindrical-coordinate representation of color #4B5526: hue angle of 72.77º 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 #4B5526 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB758538-
CMYK0.1200.550.67
HSL72.77º38.21%24.12%-
HSV(B)72.77º55.29%33.33%-
XYZ6.58.133.06-
YUV76.65106.19126.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.88%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=37.88%
G=42.93%
B=19.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7585380.1200.550.6772.7738.2124.12
Hex4B5526C03743492618
Octal11312546140671031114630
Binary10010111010101100110110001101111000011100100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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