#447F5A

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

Shades of Como #447F5A

Tints of Como #447F5A

Color information

#447F5A (or 0x447F5A) is unknown color: approx Como. HEX triplet: 44, 7F and 5A. RGB value is (68,127,90). Sum of RGB (Red+Green+Blue) = 68+127+90=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #447F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447F5A is #BB80A5. Grayscale: #696969. Windows color (decimal): -12288166 or 5930820. OLE color: 5930820.

HSL color Cylindrical-coordinate representation of color #447F5A: hue angle of 142.37º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #447F5A is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB6812790-
CMYK0.4600.290.50
HSL142.37º30.26%38.24%-
HSV(B)142.37º46.46%49.8%-
XYZ11.8217.1512.36-
YUV105.14119.45101.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 127 (50% from 255) = 44.56%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=23.86%
G=44.56%
B=31.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68127900.4600.290.50142.3730.2638.24
Hex447F5A2E01D328e1e26
Octal10417713256035622163646
Binary1000100111111110110101011100111011100101000111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447F5A; }

 p { color: rgb(68,127,90); }

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

<style>
 a { background-color: #447F5A; }

 a { background-color: rgb(68,127,90); }

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

<style>
 span { border-color: #447F5A; }

 span { border-color: rgb(68,127,90); }

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