#447055

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

Shades of Como #447055

Tints of Como #447055

Color information

#447055 (or 0x447055) is unknown color: approx Como. HEX triplet: 44, 70 and 55. RGB value is (68,112,85). Sum of RGB (Red+Green+Blue) = 68+112+85=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #447055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447055 is #BB8FAA. Grayscale: #5F5F5F. Windows color (decimal): -12292011 or 5599300. OLE color: 5599300.

HSL color Cylindrical-coordinate representation of color #447055: hue angle of 143.18º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #447055 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB6811285-
CMYK0.3900.240.56
HSL143.18º24.44%35.29%-
HSV(B)143.18º39.29%43.92%-
XYZ9.8213.4710.68-
YUV95.77121.92108.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 85 (33.59% from 255) = 32.08%
R=25.66%
G=42.26%
B=32.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112850.3900.240.56143.1824.4435.29
Hex44705527018388f1823
Octal10416012547030702173043
Binary1000100111000010101011001110110001110001000111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447055; }

 p { color: rgb(68,112,85); }

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

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

 a { background-color: rgb(68,112,85); }

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

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

 span { border-color: rgb(68,112,85); }

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