#4B511C

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

Shades of Army green #4B511C

Tints of Army green #4B511C

Color information

#4B511C (or 0x4B511C) is unknown color: approx Army green. HEX triplet: 4B, 51 and 1C. RGB value is (75,81,28). Sum of RGB (Red+Green+Blue) = 75+81+28=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #4B511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B511C is #B4AEE3. Grayscale: #494949. Windows color (decimal): -11841252 or 1855819. OLE color: 1855819.

HSL color Cylindrical-coordinate representation of color #4B511C: hue angle of 66.79º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B511C is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB758128-
CMYK0.0700.650.68
HSL66.79º48.62%21.37%-
HSV(B)66.79º65.43%31.76%-
XYZ6.057.462.22-
YUV73.16102.51129.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.76%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=40.76%
G=44.02%
B=15.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7581280.0700.650.6866.7948.6221.37
Hex4B511C704144433115
Octal11312134701011041036125
Binary1001011101000111100111010000011000100100001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B511C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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