Html Css Color HEX #4C511E Army green

📋 copy color: '#4C511E'

red 76 ◦ green 81 ◦ blue 30

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

Shades of Army green #4C511E

Tints of Army green #4C511E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

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

R = 40.64%
G = 43.32%
B = 16.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#4C511E (or 0x4C511E) is known color: Army green. HEX triplet: 4C, 51 and 1E. RGB value is (76,81,30). Sum of RGB (Red+Green+Blue) = 76+81+30=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 30 (12.11% from 255 or 16.04% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #4C511E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C511E is #B3AEE1. Grayscale: #494949. Windows color (decimal): -11775714 or 1986892. OLE color: 1986892.

HSL color Cylindrical-coordinate representation of color #4C511E: hue angle of 65.88º 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 #4C511E is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 81 30 -
CMYK 0.06 0 0.63 0.68
HSL 65.88º 0.46% 0.22% -
HSV(B) 65.88º 0.63% 0.32% -
XYZ 6.16 7.52 2.35 -
YUV 73.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 76 81 30 0.06 0 0.63 0.68 65.88 0.46 0.22
Hex 4C 51 1E 6 0 3F 44 42 2E 16
Octal 114 121 36 6 0 77 104 102 56 26
Binary 1001100 1010001 11110 110 0 111111 1000100 1000010 101110 10110

Color Harmonies of #4C511E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C511E

Black with #4C511E

Text Example


Text Example

White with #4C511E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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