Html Css Color HEX #4C521E Army green

📋 copy color: '#4C521E'

red 76 ◦ green 82 ◦ blue 30

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

Shades of Army green #4C521E

Tints of Army green #4C521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 40.43%
G = 43.62%
B = 15.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#4C521E (or 0x4C521E) is known color: Army green. HEX triplet: 4C, 52 and 1E. RGB value is (76,82,30). Sum of RGB (Red+Green+Blue) = 76+82+30=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #4C521E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C521E is #B3ADE1. Grayscale: #4A4A4A. Windows color (decimal): -11775458 or 1987148. OLE color: 1987148.

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

Color convert

RGB 76 82 30 -
CMYK 0.07 0 0.63 0.68
HSL 66.92º 0.46% 0.22% -
HSV(B) 66.92º 0.63% 0.32% -
XYZ 6.23 7.66 2.38 -
YUV 74.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 76 82 30 0.07 0 0.63 0.68 66.92 0.46 0.22
Hex 4C 52 1E 7 0 3F 44 43 2E 16
Octal 114 122 36 7 0 77 104 103 56 26
Binary 1001100 1010010 11110 111 0 111111 1000100 1000011 101110 10110

Color Harmonies of #4C521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C521E

Black with #4C521E

Text Example


Text Example

White with #4C521E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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