Html Css Color HEX #4C5A1F Army green

📋 copy color: '#4C5A1F'

red 76 ◦ green 90 ◦ blue 31

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

Shades of Army green #4C5A1F

Tints of Army green #4C5A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 45.69%

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 38.58%
G = 45.69%
B = 15.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#4C5A1F (or 0x4C5A1F) is known color: Army green. HEX triplet: 4C, 5A and 1F. RGB value is (76,90,31). Sum of RGB (Red+Green+Blue) = 76+90+31=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A1F is #B3A5E0. Grayscale: #4F4F4F. Windows color (decimal): -11773409 or 2054732. OLE color: 2054732.

HSL color Cylindrical-coordinate representation of color #4C5A1F: hue angle of 74.24º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C5A1F is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 90 31 -
CMYK 0.16 0 0.66 0.65
HSL 74.24º 0.49% 0.24% -
HSV(B) 74.24º 0.66% 0.35% -
XYZ 6.88 8.95 2.66 -
YUV 79.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 76 90 31 0.16 0 0.66 0.65 74.24 0.49 0.24
Hex 4C 5A 1F 10 0 42 41 4A 31 18
Octal 114 132 37 20 0 102 101 112 61 30
Binary 1001100 1011010 11111 10000 0 1000010 1000001 1001010 110001 11000

Color Harmonies of #4C5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5A1F

Black with #4C5A1F

Text Example


Text Example

White with #4C5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,90,31); }

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

background-color css

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

 a { background-color: rgb(76,90,31); }

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

border-color css

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

 span { border-color: rgb(76,90,31); }

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