Html Css Color HEX #4B542A Army green

📋 copy color: '#4B542A'

red 75 ◦ green 84 ◦ blue 42

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

Shades of Army green #4B542A

Tints of Army green #4B542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.79%

 BLUE value IS 42 (16.8% from 255) = 20.9%

R = 37.31%
G = 41.79%
B = 20.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#4B542A (or 0x4B542A) is known color: Army green. HEX triplet: 4B, 54 and 2A. RGB value is (75,84,42). Sum of RGB (Red+Green+Blue) = 75+84+42=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #4B542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B542A is #B4ABD5. Grayscale: #4C4C4C. Windows color (decimal): -11840470 or 2774091. OLE color: 2774091.

HSL color Cylindrical-coordinate representation of color #4B542A: hue angle of 72.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B542A is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 84 42 -
CMYK 0.11 0 0.5 0.67
HSL 72.86º 0.33% 0.25% -
HSV(B) 72.86º 0.5% 0.33% -
XYZ 6.49 8 3.39 -
YUV 76.52 108.52 126.92 -
System Red Green Blue C M Y K H S L
Decimal 75 84 42 0.11 0 0.5 0.67 72.86 0.33 0.25
Hex 4B 54 2A B 0 32 43 49 21 19
Octal 113 124 52 13 0 62 103 111 41 31
Binary 1001011 1010100 101010 1011 0 110010 1000011 1001001 100001 11001

Color Harmonies of #4B542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B542A

Black with #4B542A

Text Example


Text Example

White with #4B542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,84,42); }

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

background-color css

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

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

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

border-color css

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

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

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