#4B501A

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

Shades of Army green #4B501A

Tints of Army green #4B501A

Color information

#4B501A (or 0x4B501A) is unknown color: approx Army green. HEX triplet: 4B, 50 and 1A. RGB value is (75,80,26). Sum of RGB (Red+Green+Blue) = 75+80+26=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #4B501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B501A is #B4AFE5. Grayscale: #484848. Windows color (decimal): -11841510 or 1724491. OLE color: 1724491.

HSL color Cylindrical-coordinate representation of color #4B501A: hue angle of 65.56º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B501A is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB758026-
CMYK0.0600.670.69
HSL65.56º50.94%20.78%-
HSV(B)65.56º67.5%31.37%-
XYZ5.967.312.07-
YUV72.35101.84129.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.44%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=41.44%
G=44.20%
B=14.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7580260.0600.670.6965.5650.9420.78
Hex4B501A604345423315
Octal11312032601031051026325
Binary1001011101000011010110010000111000101100001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B501A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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