#4B5020

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

Shades of Army green #4B5020

Tints of Army green #4B5020

Color information

#4B5020 (or 0x4B5020) is unknown color: approx Army green. HEX triplet: 4B, 50 and 20. RGB value is (75,80,32). Sum of RGB (Red+Green+Blue) = 75+80+32=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #4B5020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5020 is #B4AFDF. Grayscale: #494949. Windows color (decimal): -11841504 or 2117707. OLE color: 2117707.

HSL color Cylindrical-coordinate representation of color #4B5020: hue angle of 66.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B5020 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB758032-
CMYK0.0600.600.69
HSL66.25º42.86%21.96%-
HSV(B)66.25º60%31.37%-
XYZ6.037.342.46-
YUV73.03104.84129.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.11%
GREEN value IS 80 (31.64% from 255) = 42.78%
BLUE value IS 32 (12.89% from 255) = 17.11%
R=40.11%
G=42.78%
B=17.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580320.0600.600.6966.2542.8621.96
Hex4B5020603C45422b16
Octal1131204060741051025326
Binary1001011101000010000011001111001000101100001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,80,32); }

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

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

 a { background-color: rgb(75,80,32); }

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

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

 span { border-color: rgb(75,80,32); }

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