Html Css Color HEX #4C511D Army green

📋 copy color: '#4C511D'

red 76 ◦ green 81 ◦ blue 29

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

Shades of Army green #4C511D

Tints of Army green #4C511D

RGB

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

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

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

R = 40.86%
G = 43.55%
B = 15.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#4C511D (or 0x4C511D) is known color: Army green. HEX triplet: 4C, 51 and 1D. RGB value is (76,81,29). Sum of RGB (Red+Green+Blue) = 76+81+29=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #4C511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C511D is #B3AEE2. Grayscale: #494949. Windows color (decimal): -11775715 or 1921356. OLE color: 1921356.

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

Color convert

RGB 76 81 29 -
CMYK 0.06 0 0.64 0.68
HSL 65.77º 0.47% 0.22% -
HSV(B) 65.77º 0.64% 0.32% -
XYZ 6.14 7.51 2.29 -
YUV 73.58 102.84 129.73 -
System Red Green Blue C M Y K H S L
Decimal 76 81 29 0.06 0 0.64 0.68 65.77 0.47 0.22
Hex 4C 51 1D 6 0 40 44 42 2F 16
Octal 114 121 35 6 0 100 104 102 57 26
Binary 1001100 1010001 11101 110 0 1000000 1000100 1000010 101111 10110

Color Harmonies of #4C511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C511D

Black with #4C511D

Text Example


Text Example

White with #4C511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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