Html Css Color HEX #4B4B19 Army green

📋 copy color: '#4B4B19'

red 75 ◦ green 75 ◦ blue 25

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

Shades of Army green #4B4B19

Tints of Army green #4B4B19

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.86%

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

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B4B19 (or 0x4B4B19) is known color: Army green. HEX triplet: 4B, 4B and 19. RGB value is (75,75,25). Sum of RGB (Red+Green+Blue) = 75+75+25=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 75 - color contains mainly: red, green. Hex color #4B4B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4B19 is #B4B4E6. Grayscale: #454545. Windows color (decimal): -11842791 or 1657675. OLE color: 1657675.

HSL color Cylindrical-coordinate representation of color #4B4B19: hue angle of 60º 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 #4B4B19 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 75 25 -
CMYK 0 0 0.67 0.71
HSL 60º 0.5% 0.2% -
HSV(B) 60º 0.67% 0.29% -
XYZ 5.59 6.6 1.9 -
YUV 69.3 103 132.07 -
System Red Green Blue C M Y K H S L
Decimal 75 75 25 0 0 0.67 0.71 60 0.5 0.2
Hex 4B 4B 19 0 0 43 47 3C 32 14
Octal 113 113 31 0 0 103 107 74 62 24
Binary 1001011 1001011 11001 0 0 1000011 1000111 111100 110010 10100

Color Harmonies of #4B4B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4B19

Black with #4B4B19

Text Example


Text Example

White with #4B4B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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