#4C4A2F

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

Shades of Camouflage #4C4A2F

Tints of Camouflage #4C4A2F

Color information

#4C4A2F (or 0x4C4A2F) is unknown color: approx Camouflage. HEX triplet: 4C, 4A and 2F. RGB value is (76,74,47). Sum of RGB (Red+Green+Blue) = 76+74+47=197 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.58% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A2F is #B3B5D0. Grayscale: #474747. Windows color (decimal): -11777489 or 3099212. OLE color: 3099212.

HSL color Cylindrical-coordinate representation of color #4C4A2F: hue angle of 55.86º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C4A2F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB767447-
CMYK00.030.380.70
HSL55.86º23.58%24.12%-
HSV(B)55.86º38.16%29.8%-
XYZ5.946.643.66-
YUV71.52114.16131.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.58%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=38.58%
G=37.56%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76744700.030.380.7055.8623.5824.12
Hex4C4A2F032646381818
Octal114112570346106703030
Binary1001100100101010111101110011010001101110001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,74,47); }

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

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

 a { background-color: rgb(76,74,47); }

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

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

 span { border-color: rgb(76,74,47); }

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