Html Css Color HEX #4C521F Army green

📋 copy color: '#4C521F'

red 76 ◦ green 82 ◦ blue 31

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

Shades of Army green #4C521F

Tints of Army green #4C521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.4%

R = 40.21%
G = 43.39%
B = 16.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#4C521F (or 0x4C521F) is known color: Army green. HEX triplet: 4C, 52 and 1F. RGB value is (76,82,31). Sum of RGB (Red+Green+Blue) = 76+82+31=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #4C521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C521F is #B3ADE0. Grayscale: #4A4A4A. Windows color (decimal): -11775457 or 2052684. OLE color: 2052684.

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

Color convert

RGB 76 82 31 -
CMYK 0.07 0 0.62 0.68
HSL 67.06º 0.45% 0.22% -
HSV(B) 67.06º 0.62% 0.32% -
XYZ 6.25 7.67 2.45 -
YUV 74.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 76 82 31 0.07 0 0.62 0.68 67.06 0.45 0.22
Hex 4C 52 1F 7 0 3E 44 43 2D 16
Octal 114 122 37 7 0 76 104 103 55 26
Binary 1001100 1010010 11111 111 0 111110 1000100 1000011 101101 10110

Color Harmonies of #4C521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C521F

Black with #4C521F

Text Example


Text Example

White with #4C521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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