Html Css Color HEX #4C521D Army green

📋 copy color: '#4C521D'

red 76 ◦ green 82 ◦ blue 29

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

Shades of Army green #4C521D

Tints of Army green #4C521D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

 BLUE value IS 29 (11.72% from 255) = 15.51%

R = 40.64%
G = 43.85%
B = 15.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#4C521D (or 0x4C521D) is known color: Army green. HEX triplet: 4C, 52 and 1D. RGB value is (76,82,29). Sum of RGB (Red+Green+Blue) = 76+82+29=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #4C521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C521D is #B3ADE2. Grayscale: #4A4A4A. Windows color (decimal): -11775459 or 1921612. OLE color: 1921612.

HSL color Cylindrical-coordinate representation of color #4C521D: hue angle of 66.79º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C521D is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 82 29 -
CMYK 0.07 0 0.65 0.68
HSL 66.79º 0.48% 0.22% -
HSV(B) 66.79º 0.65% 0.32% -
XYZ 6.22 7.66 2.31 -
YUV 74.16 102.51 129.31 -
System Red Green Blue C M Y K H S L
Decimal 76 82 29 0.07 0 0.65 0.68 66.79 0.48 0.22
Hex 4C 52 1D 7 0 41 44 43 30 16
Octal 114 122 35 7 0 101 104 103 60 26
Binary 1001100 1010010 11101 111 0 1000001 1000100 1000011 110000 10110

Color Harmonies of #4C521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C521D

Black with #4C521D

Text Example


Text Example

White with #4C521D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,82,29); }

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

background-color css

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

 a { background-color: rgb(76,82,29); }

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

border-color css

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

 span { border-color: rgb(76,82,29); }

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