Html Css Color HEX #4B4B1F Army green

📋 copy color: '#4B4B1F'

red 75 ◦ green 75 ◦ blue 31

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

Shades of Army green #4B4B1F

Tints of Army green #4B4B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.13%

R = 41.44%
G = 41.44%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#4B4B1F (or 0x4B4B1F) is known color: Army green. HEX triplet: 4B, 4B and 1F. RGB value is (75,75,31). Sum of RGB (Red+Green+Blue) = 75+75+31=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 75 - color contains mainly: red, green. Hex color #4B4B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4B1F is #B4B4E0. Grayscale: #464646. Windows color (decimal): -11842785 or 2050891. OLE color: 2050891.

HSL color Cylindrical-coordinate representation of color #4B4B1F: hue angle of 60º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B4B1F is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 75 31 -
CMYK 0 0 0.59 0.71
HSL 60º 0.42% 0.21% -
HSV(B) 60º 0.59% 0.29% -
XYZ 5.67 6.63 2.28 -
YUV 69.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 75 75 31 0 0 0.59 0.71 60 0.42 0.21
Hex 4B 4B 1F 0 0 3B 47 3C 2A 15
Octal 113 113 37 0 0 73 107 74 52 25
Binary 1001011 1001011 11111 0 0 111011 1000111 111100 101010 10101

Color Harmonies of #4B4B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4B1F

Black with #4B4B1F

Text Example


Text Example

White with #4B4B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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