Html Css Color HEX #4C5427 Army green

📋 copy color: '#4C5427'

red 76 ◦ green 84 ◦ blue 39

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

Shades of Army green #4C5427

Tints of Army green #4C5427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.6%

R = 38.19%
G = 42.21%
B = 19.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#4C5427 (or 0x4C5427) is known color: Army green. HEX triplet: 4C, 54 and 27. RGB value is (76,84,39). Sum of RGB (Red+Green+Blue) = 76+84+39=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5427 is #B3ABD8. Grayscale: #4C4C4C. Windows color (decimal): -11774937 or 2577484. OLE color: 2577484.

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

Color convert

RGB 76 84 39 -
CMYK 0.10 0 0.54 0.67
HSL 70.67º 0.37% 0.24% -
HSV(B) 70.67º 0.54% 0.33% -
XYZ 6.52 8.02 3.12 -
YUV 76.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 76 84 39 0.10 0 0.54 0.67 70.67 0.37 0.24
Hex 4C 54 27 A 0 36 43 47 25 18
Octal 114 124 47 12 0 66 103 107 45 30
Binary 1001100 1010100 100111 1010 0 110110 1000011 1000111 100101 11000

Color Harmonies of #4C5427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5427

Black with #4C5427

Text Example


Text Example

White with #4C5427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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