Html Css Color HEX #4B5120 Army green

📋 copy color: '#4B5120'

red 75 ◦ green 81 ◦ blue 32

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

Shades of Army green #4B5120

Tints of Army green #4B5120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 32 (12.89% from 255) = 17.02%

R = 39.89%
G = 43.09%
B = 17.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#4B5120 (or 0x4B5120) is known color: Army green. HEX triplet: 4B, 51 and 20. RGB value is (75,81,32). Sum of RGB (Red+Green+Blue) = 75+81+32=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #4B5120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5120 is #B4AEDF. Grayscale: #494949. Windows color (decimal): -11841248 or 2117963. OLE color: 2117963.

HSL color Cylindrical-coordinate representation of color #4B5120: hue angle of 67.35º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B5120 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 75 81 32 -
CMYK 0.07 0 0.60 0.68
HSL 67.35º 0.43% 0.22% -
HSV(B) 67.35º 0.6% 0.32% -
XYZ 6.1 7.48 2.49 -
YUV 73.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 75 81 32 0.07 0 0.60 0.68 67.35 0.43 0.22
Hex 4B 51 20 7 0 3C 44 43 2B 16
Octal 113 121 40 7 0 74 104 103 53 26
Binary 1001011 1010001 100000 111 0 111100 1000100 1000011 101011 10110

Color Harmonies of #4B5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5120

Black with #4B5120

Text Example


Text Example

White with #4B5120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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