Html Css Color HEX #4C542B Army green

📋 copy color: '#4C542B'

red 76 ◦ green 84 ◦ blue 43

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

Shades of Army green #4C542B

Tints of Army green #4C542B

RGB

 RED value IS 76 (30.08% from 255) = 37.44%

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

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 37.44%
G = 41.38%
B = 21.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#4C542B (or 0x4C542B) is known color: Army green. HEX triplet: 4C, 54 and 2B. RGB value is (76,84,43). Sum of RGB (Red+Green+Blue) = 76+84+43=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #4C542B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C542B is #B3ABD4. Grayscale: #4D4D4D. Windows color (decimal): -11774933 or 2839628. OLE color: 2839628.

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

Color convert

RGB 76 84 43 -
CMYK 0.10 0 0.49 0.67
HSL 71.71º 0.32% 0.25% -
HSV(B) 71.71º 0.49% 0.33% -
XYZ 6.59 8.05 3.49 -
YUV 76.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 76 84 43 0.10 0 0.49 0.67 71.71 0.32 0.25
Hex 4C 54 2B A 0 31 43 48 20 19
Octal 114 124 53 12 0 61 103 110 40 31
Binary 1001100 1010100 101011 1010 0 110001 1000011 1001000 100000 11001

Color Harmonies of #4C542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C542B

Black with #4C542B

Text Example


Text Example

White with #4C542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,84,43); }

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

background-color css

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

 a { background-color: rgb(76,84,43); }

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

border-color css

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

 span { border-color: rgb(76,84,43); }

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