Html Css Color HEX #4C541C Army green

📋 copy color: '#4C541C'

red 76 ◦ green 84 ◦ blue 28

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

Shades of Army green #4C541C

Tints of Army green #4C541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 40.43%
G = 44.68%
B = 14.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#4C541C (or 0x4C541C) is known color: Army green. HEX triplet: 4C, 54 and 1C. RGB value is (76,84,28). Sum of RGB (Red+Green+Blue) = 76+84+28=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #4C541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C541C is #B3ABE3. Grayscale: #4B4B4B. Windows color (decimal): -11774948 or 1856588. OLE color: 1856588.

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

Color convert

RGB 76 84 28 -
CMYK 0.10 0 0.67 0.67
HSL 68.57º 0.5% 0.22% -
HSV(B) 68.57º 0.67% 0.33% -
XYZ 6.36 7.96 2.3 -
YUV 75.22 101.35 128.55 -
System Red Green Blue C M Y K H S L
Decimal 76 84 28 0.10 0 0.67 0.67 68.57 0.5 0.22
Hex 4C 54 1C A 0 43 43 45 32 16
Octal 114 124 34 12 0 103 103 105 62 26
Binary 1001100 1010100 11100 1010 0 1000011 1000011 1000101 110010 10110

Color Harmonies of #4C541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C541C

Black with #4C541C

Text Example


Text Example

White with #4C541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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