#4C5019

Color #4C5019 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #4C5019

Tints of Army green #4C5019

Color information

#4C5019 (or 0x4C5019) is unknown color: approx Army green. HEX triplet: 4C, 50 and 19. RGB value is (76,80,25). Sum of RGB (Red+Green+Blue) = 76+80+25=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #4C5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5019 is #B3AFE6. Grayscale: #484848. Windows color (decimal): -11775975 or 1658956. OLE color: 1658956.

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

Color convert

RGB768025-
CMYK0.0500.690.69
HSL64.36º52.38%20.59%-
HSV(B)64.36º68.75%31.37%-
XYZ6.027.342.02-
YUV72.53101.17130.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 41.99%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 25 (10.16% from 255) = 13.81%
R=41.99%
G=44.20%
B=13.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7680250.0500.690.6964.3652.3820.59
Hex4C5019504545403415
Octal11412031501051051006425
Binary1001100101000011001101010001011000101100000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,80,25); }

 H1.HeaderClassName
 {
   color: #4C5019;
 }
 .AnyTagClassName
 {
   color: #4C5019;
 }
</style>
background-color css

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

 a { background-color: rgb(76,80,25); }

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

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

 span { border-color: rgb(76,80,25); }

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