#44765B

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

Shades of Como #44765B

Tints of Como #44765B

Color information

#44765B (or 0x44765B) is unknown color: approx Como. HEX triplet: 44, 76 and 5B. RGB value is (68,118,91). Sum of RGB (Red+Green+Blue) = 68+118+91=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #44765B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44765B is #BB89A4. Grayscale: #646464. Windows color (decimal): -12290469 or 5994052. OLE color: 5994052.

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

Color convert

RGB6811891-
CMYK0.4200.230.54
HSL147.6º26.88%36.47%-
HSV(B)147.6º42.37%46.27%-
XYZ10.7514.9412.21-
YUV99.97122.94105.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=24.55%
G=42.60%
B=32.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68118910.4200.230.54147.626.8836.47
Hex44765B2A01736941b24
Octal10416613352027662243344
Binary1000100111011010110111010100101111101101001010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44765B; }

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

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

<style>
 a { background-color: #44765B; }

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

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

<style>
 span { border-color: #44765B; }

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

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