#4C581F

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

Shades of Army green #4C581F

Tints of Army green #4C581F

Color information

#4C581F (or 0x4C581F) is unknown color: approx Army green. HEX triplet: 4C, 58 and 1F. RGB value is (76,88,31). Sum of RGB (Red+Green+Blue) = 76+88+31=195 (25% of max value = 765). Red value is 76 (30.08% from 255 or 38.97% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #4C581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C581F is #B3A7E0. Grayscale: #4E4E4E. Windows color (decimal): -11773921 or 2054220. OLE color: 2054220.

HSL color Cylindrical-coordinate representation of color #4C581F: hue angle of 72.63º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C581F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB768831-
CMYK0.1400.650.65
HSL72.63º47.9%23.33%-
HSV(B)72.63º64.77%34.51%-
XYZ6.728.612.61-
YUV77.91101.52126.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.97%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=38.97%
G=45.13%
B=15.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7688310.1400.650.6572.6347.923.33
Hex4C581FE04141493017
Octal114130371601011011116027
Binary10011001011000111111110010000011000001100100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,88,31); }

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

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

 a { background-color: rgb(76,88,31); }

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

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

 span { border-color: rgb(76,88,31); }

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