Html Css Color HEX #4C541D Army green

📋 copy color: '#4C541D'

red 76 ◦ green 84 ◦ blue 29

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

Shades of Army green #4C541D

Tints of Army green #4C541D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.34%

R = 40.21%
G = 44.44%
B = 15.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#4C541D (or 0x4C541D) is known color: Army green. HEX triplet: 4C, 54 and 1D. RGB value is (76,84,29). Sum of RGB (Red+Green+Blue) = 76+84+29=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #4C541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C541D is #B3ABE2. Grayscale: #4B4B4B. Windows color (decimal): -11774947 or 1922124. OLE color: 1922124.

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

Color convert

RGB 76 84 29 -
CMYK 0.10 0 0.65 0.67
HSL 68.73º 0.49% 0.22% -
HSV(B) 68.73º 0.65% 0.33% -
XYZ 6.37 7.97 2.36 -
YUV 75.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 76 84 29 0.10 0 0.65 0.67 68.73 0.49 0.22
Hex 4C 54 1D A 0 41 43 45 31 16
Octal 114 124 35 12 0 101 103 105 61 26
Binary 1001100 1010100 11101 1010 0 1000001 1000011 1000101 110001 10110

Color Harmonies of #4C541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C541D

Black with #4C541D

Text Example


Text Example

White with #4C541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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