Html Css Color HEX #4C4F1B Army green

📋 copy color: '#4C4F1B'

red 76 ◦ green 79 ◦ blue 27

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

Shades of Army green #4C4F1B

Tints of Army green #4C4F1B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 43.41%

 BLUE value IS 27 (10.94% from 255) = 14.84%

R = 41.76%
G = 43.41%
B = 14.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#4C4F1B (or 0x4C4F1B) is known color: Army green. HEX triplet: 4C, 4F and 1B. RGB value is (76,79,27). Sum of RGB (Red+Green+Blue) = 76+79+27=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #4C4F1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C4F1B is #B3B0E4. Grayscale: #484848. Windows color (decimal): -11776229 or 1789772. OLE color: 1789772.

HSL color Cylindrical-coordinate representation of color #4C4F1B: hue angle of 63.46º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C4F1B is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 79 27 -
CMYK 0.04 0 0.66 0.69
HSL 63.46º 0.49% 0.21% -
HSV(B) 63.46º 0.66% 0.31% -
XYZ 5.97 7.21 2.11 -
YUV 72.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 76 79 27 0.04 0 0.66 0.69 63.46 0.49 0.21
Hex 4C 4F 1B 4 0 42 45 3F 31 15
Octal 114 117 33 4 0 102 105 77 61 25
Binary 1001100 1001111 11011 100 0 1000010 1000101 111111 110001 10101

Color Harmonies of #4C4F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4F1B

Black with #4C4F1B

Text Example


Text Example

White with #4C4F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,79,27); }

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

background-color css

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

 a { background-color: rgb(76,79,27); }

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

border-color css

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

 span { border-color: rgb(76,79,27); }

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