Html Css Color HEX #4C541B Army green

📋 copy color: '#4C541B'

red 76 ◦ green 84 ◦ blue 27

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

Shades of Army green #4C541B

Tints of Army green #4C541B

RGB

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

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

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

R = 40.64%
G = 44.92%
B = 14.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#4C541B (or 0x4C541B) is known color: Army green. HEX triplet: 4C, 54 and 1B. RGB value is (76,84,27). Sum of RGB (Red+Green+Blue) = 76+84+27=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #4C541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C541B is #B3ABE4. Grayscale: #4B4B4B. Windows color (decimal): -11774949 or 1791052. OLE color: 1791052.

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

Color convert

RGB 76 84 27 -
CMYK 0.10 0 0.68 0.67
HSL 68.42º 0.51% 0.22% -
HSV(B) 68.42º 0.68% 0.33% -
XYZ 6.35 7.96 2.24 -
YUV 75.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 76 84 27 0.10 0 0.68 0.67 68.42 0.51 0.22
Hex 4C 54 1B A 0 44 43 44 33 16
Octal 114 124 33 12 0 104 103 104 63 26
Binary 1001100 1010100 11011 1010 0 1000100 1000011 1000100 110011 10110

Color Harmonies of #4C541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C541B

Black with #4C541B

Text Example


Text Example

White with #4C541B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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