Html Css Color HEX #4C5129 Army green

📋 copy color: '#4C5129'

red 76 ◦ green 81 ◦ blue 41

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

Shades of Army green #4C5129

Tints of Army green #4C5129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.71%

R = 38.38%
G = 40.91%
B = 20.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#4C5129 (or 0x4C5129) is known color: Army green. HEX triplet: 4C, 51 and 29. RGB value is (76,81,41). Sum of RGB (Red+Green+Blue) = 76+81+41=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 41 (16.41% from 255 or 20.71% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5129 is #B3AED6. Grayscale: #4B4B4B. Windows color (decimal): -11775703 or 2707788. OLE color: 2707788.

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

Color convert

RGB 76 81 41 -
CMYK 0.06 0 0.49 0.68
HSL 67.5º 0.33% 0.24% -
HSV(B) 67.5º 0.49% 0.32% -
XYZ 6.32 7.58 3.23 -
YUV 74.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 76 81 41 0.06 0 0.49 0.68 67.5 0.33 0.24
Hex 4C 51 29 6 0 31 44 44 21 18
Octal 114 121 51 6 0 61 104 104 41 30
Binary 1001100 1010001 101001 110 0 110001 1000100 1000100 100001 11000

Color Harmonies of #4C5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5129

Black with #4C5129

Text Example


Text Example

White with #4C5129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,81,41); }

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

background-color css

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

 a { background-color: rgb(76,81,41); }

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

border-color css

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

 span { border-color: rgb(76,81,41); }

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