#4C805C

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

Shades of Como #4C805C

Tints of Como #4C805C

Color information

#4C805C (or 0x4C805C) is unknown color: approx Como. HEX triplet: 4C, 80 and 5C. RGB value is (76,128,92). Sum of RGB (Red+Green+Blue) = 76+128+92=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 128 - color contains mainly: green. Hex color #4C805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C805C is #B37FA3. Grayscale: #6C6C6C. Windows color (decimal): -11763620 or 6062156. OLE color: 6062156.

HSL color Cylindrical-coordinate representation of color #4C805C: hue angle of 138.46º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C805C is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB7612892-
CMYK0.4100.280.50
HSL138.46º25.49%40%-
HSV(B)138.46º40.62%50.2%-
XYZ12.6317.7512.89-
YUV108.35118.77104.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.68%
GREEN value IS 128 (50.39% from 255) = 43.24%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=25.68%
G=43.24%
B=31.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76128920.4100.280.50138.4625.4940
Hex4C805C2901C328a1928
Octal11420013451034622123150
Binary10011001000000010111001010010111001100101000101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,128,92); }

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

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

 a { background-color: rgb(76,128,92); }

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

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

 span { border-color: rgb(76,128,92); }

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