Html Css Color HEX #4C521A Army green

📋 copy color: '#4C521A'

red 76 ◦ green 82 ◦ blue 26

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

Shades of Army green #4C521A

Tints of Army green #4C521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.13%

R = 41.3%
G = 44.57%
B = 14.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#4C521A (or 0x4C521A) is known color: Army green. HEX triplet: 4C, 52 and 1A. RGB value is (76,82,26). Sum of RGB (Red+Green+Blue) = 76+82+26=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #4C521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C521A is #B3ADE5. Grayscale: #4A4A4A. Windows color (decimal): -11775462 or 1725004. OLE color: 1725004.

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

Color convert

RGB 76 82 26 -
CMYK 0.07 0 0.68 0.68
HSL 66.43º 0.52% 0.21% -
HSV(B) 66.43º 0.68% 0.32% -
XYZ 6.18 7.65 2.13 -
YUV 73.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 76 82 26 0.07 0 0.68 0.68 66.43 0.52 0.21
Hex 4C 52 1A 7 0 44 44 42 34 15
Octal 114 122 32 7 0 104 104 102 64 25
Binary 1001100 1010010 11010 111 0 1000100 1000100 1000010 110100 10101

Color Harmonies of #4C521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C521A

Black with #4C521A

Text Example


Text Example

White with #4C521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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