#4B541C

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

Shades of Army green #4B541C

Tints of Army green #4B541C

Color information

#4B541C (or 0x4B541C) is unknown color: approx Army green. HEX triplet: 4B, 54 and 1C. RGB value is (75,84,28). Sum of RGB (Red+Green+Blue) = 75+84+28=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #4B541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B541C is #B4ABE3. Grayscale: #4B4B4B. Windows color (decimal): -11840484 or 1856587. OLE color: 1856587.

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

Color convert

RGB758428-
CMYK0.1100.670.67
HSL69.64º50%21.96%-
HSV(B)69.64º66.67%32.94%-
XYZ6.287.922.3-
YUV74.93101.52128.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.11%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=40.11%
G=44.92%
B=14.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7584280.1100.670.6769.645021.96
Hex4B541CB04343463216
Octal113124341301031031066226
Binary10010111010100111001011010000111000011100011011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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