#4B532B

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

Shades of Army green #4B532B

Tints of Army green #4B532B

Color information

#4B532B (or 0x4B532B) is unknown color: approx Army green. HEX triplet: 4B, 53 and 2B. RGB value is (75,83,43). Sum of RGB (Red+Green+Blue) = 75+83+43=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #4B532B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B532B is #B4ACD4. Grayscale: #4C4C4C. Windows color (decimal): -11840725 or 2839371. OLE color: 2839371.

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

Color convert

RGB758343-
CMYK0.1000.480.67
HSL72º31.75%24.71%-
HSV(B)72º48.19%32.55%-
XYZ6.437.863.46-
YUV76.05109.35127.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.31%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=37.31%
G=41.29%
B=21.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7583430.1000.480.677231.7524.71
Hex4B532BA03043482019
Octal11312353120601031104031
Binary10010111010011101011101001100001000011100100010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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