Html Css Color HEX #4C5324 Army green

📋 copy color: '#4C5324'

red 76 ◦ green 83 ◦ blue 36

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

Shades of Army green #4C5324

Tints of Army green #4C5324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.46%

R = 38.97%
G = 42.56%
B = 18.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#4C5324 (or 0x4C5324) is known color: Army green. HEX triplet: 4C, 53 and 24. RGB value is (76,83,36). Sum of RGB (Red+Green+Blue) = 76+83+36=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5324 is #B3ACDB. Grayscale: #4B4B4B. Windows color (decimal): -11775196 or 2380620. OLE color: 2380620.

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

Color convert

RGB 76 83 36 -
CMYK 0.08 0 0.57 0.67
HSL 68.94º 0.39% 0.23% -
HSV(B) 68.94º 0.57% 0.33% -
XYZ 6.39 7.85 2.85 -
YUV 75.55 105.68 128.32 -
System Red Green Blue C M Y K H S L
Decimal 76 83 36 0.08 0 0.57 0.67 68.94 0.39 0.23
Hex 4C 53 24 8 0 39 43 45 27 17
Octal 114 123 44 10 0 71 103 105 47 27
Binary 1001100 1010011 100100 1000 0 111001 1000011 1000101 100111 10111

Color Harmonies of #4C5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5324

Black with #4C5324

Text Example


Text Example

White with #4C5324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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