Html Css Color HEX #4C5320 Army green

📋 copy color: '#4C5320'

red 76 ◦ green 83 ◦ blue 32

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

Shades of Army green #4C5320

Tints of Army green #4C5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.46%

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 39.79%
G = 43.46%
B = 16.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#4C5320 (or 0x4C5320) is known color: Army green. HEX triplet: 4C, 53 and 20. RGB value is (76,83,32). Sum of RGB (Red+Green+Blue) = 76+83+32=191 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.79% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5320 is #B3ACDF. Grayscale: #4B4B4B. Windows color (decimal): -11775200 or 2118476. OLE color: 2118476.

HSL color Cylindrical-coordinate representation of color #4C5320: hue angle of 68.24º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C5320 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 83 32 -
CMYK 0.08 0 0.61 0.67
HSL 68.24º 0.44% 0.23% -
HSV(B) 68.24º 0.61% 0.33% -
XYZ 6.33 7.83 2.54 -
YUV 75.09 103.68 128.65 -
System Red Green Blue C M Y K H S L
Decimal 76 83 32 0.08 0 0.61 0.67 68.24 0.44 0.23
Hex 4C 53 20 8 0 3D 43 44 2C 17
Octal 114 123 40 10 0 75 103 104 54 27
Binary 1001100 1010011 100000 1000 0 111101 1000011 1000100 101100 10111

Color Harmonies of #4C5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5320

Black with #4C5320

Text Example


Text Example

White with #4C5320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,83,32); }

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

background-color css

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

 a { background-color: rgb(76,83,32); }

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

border-color css

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

 span { border-color: rgb(76,83,32); }

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