Html Css Color HEX #4C5428 Army green

📋 copy color: '#4C5428'

red 76 ◦ green 84 ◦ blue 40

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

Shades of Army green #4C5428

Tints of Army green #4C5428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20%

R = 38%
G = 42%
B = 20%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#4C5428 (or 0x4C5428) is known color: Army green. HEX triplet: 4C, 54 and 28. RGB value is (76,84,40). Sum of RGB (Red+Green+Blue) = 76+84+40=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5428 is #B3ABD7. Grayscale: #4C4C4C. Windows color (decimal): -11774936 or 2643020. OLE color: 2643020.

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

Color convert

RGB 76 84 40 -
CMYK 0.10 0 0.52 0.67
HSL 70.91º 0.35% 0.24% -
HSV(B) 70.91º 0.52% 0.33% -
XYZ 6.53 8.03 3.21 -
YUV 76.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 76 84 40 0.10 0 0.52 0.67 70.91 0.35 0.24
Hex 4C 54 28 A 0 34 43 47 23 18
Octal 114 124 50 12 0 64 103 107 43 30
Binary 1001100 1010100 101000 1010 0 110100 1000011 1000111 100011 11000

Color Harmonies of #4C5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5428

Black with #4C5428

Text Example


Text Example

White with #4C5428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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