#4B5320

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

Shades of Army green #4B5320

Tints of Army green #4B5320

Color information

#4B5320 (or 0x4B5320) is unknown color: approx Army green. HEX triplet: 4B, 53 and 20. RGB value is (75,83,32). Sum of RGB (Red+Green+Blue) = 75+83+32=190 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.47% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5320 is #B4ACDF. Grayscale: #4A4A4A. Windows color (decimal): -11840736 or 2118475. OLE color: 2118475.

HSL color Cylindrical-coordinate representation of color #4B5320: hue angle of 69.41º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B5320 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB758332-
CMYK0.1000.610.67
HSL69.41º44.35%22.55%-
HSV(B)69.41º61.45%32.55%-
XYZ6.267.792.54-
YUV74.79103.85128.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.47%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 32 (12.89% from 255) = 16.84%
R=39.47%
G=43.68%
B=16.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7583320.1000.610.6769.4144.3522.55
Hex4B5320A03D43452c17
Octal11312340120751031055427
Binary10010111010011100000101001111011000011100010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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