#447456

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

Shades of Como #447456

Tints of Como #447456

Color information

#447456 (or 0x447456) is unknown color: approx Como. HEX triplet: 44, 74 and 56. RGB value is (68,116,86). Sum of RGB (Red+Green+Blue) = 68+116+86=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #447456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447456 is #BB8BA9. Grayscale: #626262. Windows color (decimal): -12290986 or 5665860. OLE color: 5665860.

HSL color Cylindrical-coordinate representation of color #447456: hue angle of 142.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #447456 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB6811686-
CMYK0.4100.260.55
HSL142.5º26.09%36.08%-
HSV(B)142.5º41.38%45.49%-
XYZ10.3114.3911.04-
YUV98.23121.1106.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=25.19%
G=42.96%
B=31.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68116860.4100.260.55142.526.0936.08
Hex4474562901A378e1a24
Octal10416412651032672163244
Binary1000100111010010101101010010110101101111000111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447456; }

 p { color: rgb(68,116,86); }

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

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

 a { background-color: rgb(68,116,86); }

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

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

 span { border-color: rgb(68,116,86); }

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