#4C8365

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

Shades of Como #4C8365

Tints of Como #4C8365

Color information

#4C8365 (or 0x4C8365) is unknown color: approx Como. HEX triplet: 4C, 83 and 65. RGB value is (76,131,101). Sum of RGB (Red+Green+Blue) = 76+131+101=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #4C8365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8365 is #B37C9A. Grayscale: #6F6F6F. Windows color (decimal): -11762843 or 6652748. OLE color: 6652748.

HSL color Cylindrical-coordinate representation of color #4C8365: hue angle of 147.27º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C8365 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB76131101-
CMYK0.4200.230.49
HSL147.27º26.57%40.59%-
HSV(B)147.27º41.98%51.37%-
XYZ13.4518.7115.21-
YUV111.14122.28102.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.68%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=24.68%
G=42.53%
B=32.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal761311010.4200.230.49147.2726.5740.59
Hex4C83652A01731931b29
Octal11420314552027612233351
Binary10011001000001111001011010100101111100011001001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,131,101); }

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

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

 a { background-color: rgb(76,131,101); }

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

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

 span { border-color: rgb(76,131,101); }

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