#4C805D

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

Shades of Como #4C805D

Tints of Como #4C805D

Color information

#4C805D (or 0x4C805D) is unknown color: approx Como. HEX triplet: 4C, 80 and 5D. RGB value is (76,128,93). Sum of RGB (Red+Green+Blue) = 76+128+93=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #4C805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C805D is #B37FA2. Grayscale: #6C6C6C. Windows color (decimal): -11763619 or 6127692. OLE color: 6127692.

HSL color Cylindrical-coordinate representation of color #4C805D: hue angle of 139.62º 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 #4C805D is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB7612893-
CMYK0.4100.270.50
HSL139.62º25.49%40%-
HSV(B)139.62º40.62%50.2%-
XYZ12.6817.7713.12-
YUV108.46119.27104.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.59%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 93 (36.72% from 255) = 31.31%
R=25.59%
G=43.10%
B=31.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76128930.4100.270.50139.6225.4940
Hex4C805D2901B328c1928
Octal11420013551033622143150
Binary10011001000000010111011010010110111100101000110011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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