#4C765B

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

Shades of Como #4C765B

Tints of Como #4C765B

Color information

#4C765B (or 0x4C765B) is unknown color: approx Como. HEX triplet: 4C, 76 and 5B. RGB value is (76,118,91). Sum of RGB (Red+Green+Blue) = 76+118+91=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #4C765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C765B is #B389A4. Grayscale: #666666. Windows color (decimal): -11766181 or 5994060. OLE color: 5994060.

HSL color Cylindrical-coordinate representation of color #4C765B: hue angle of 141.43º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C765B is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB7611891-
CMYK0.3600.230.54
HSL141.43º21.65%38.04%-
HSV(B)141.43º35.59%46.27%-
XYZ11.3515.2512.24-
YUV102.36121.59109.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=26.67%
G=41.40%
B=31.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76118910.3600.230.54141.4321.6538.04
Hex4C765B24017368d1626
Octal11416613344027662152646
Binary1001100111011010110111001000101111101101000110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,118,91); }

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

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

 a { background-color: rgb(76,118,91); }

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

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

 span { border-color: rgb(76,118,91); }

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