Html Css Color HEX #4B4919 Army green

📋 copy color: '#4B4919'

red 75 ◦ green 73 ◦ blue 25

#4B4919
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #4B4919

Tints of Army green #4B4919

RGB

 RED value IS 75 (29.69% from 255) = 43.35%

 GREEN value IS 73 (28.91% from 255) = 42.2%

 BLUE value IS 25 (10.16% from 255) = 14.45%

R = 43.35%
G = 42.2%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B4919 (or 0x4B4919) is known color: Army green. HEX triplet: 4B, 49 and 19. RGB value is (75,73,25). Sum of RGB (Red+Green+Blue) = 75+73+25=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4919 is #B4B6E6. Grayscale: #444444. Windows color (decimal): -11843303 or 1657163. OLE color: 1657163.

HSL color Cylindrical-coordinate representation of color #4B4919: hue angle of 57.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B4919 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 73 25 -
CMYK 0 0.03 0.67 0.71
HSL 57.6º 0.5% 0.2% -
HSV(B) 57.6º 0.67% 0.29% -
XYZ 5.46 6.33 1.85 -
YUV 68.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 75 73 25 0 0.03 0.67 0.71 57.6 0.5 0.2
Hex 4B 49 19 0 3 43 47 3A 32 14
Octal 113 111 31 0 3 103 107 72 62 24
Binary 1001011 1001001 11001 0 11 1000011 1000111 111010 110010 10100

Color Harmonies of #4B4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4919

Black with #4B4919

Text Example


Text Example

White with #4B4919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,73,25); }

 H1.HeaderClassName
 {
   color: #4B4919;
 }
 .AnyTagClassName
 {
   color: #4B4919;
 }
</style>

background-color css

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

 a { background-color: rgb(75,73,25); }

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

border-color css

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

 span { border-color: rgb(75,73,25); }

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