#447455

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

Shades of Como #447455

Tints of Como #447455

Color information

#447455 (or 0x447455) is unknown color: approx Como. HEX triplet: 44, 74 and 55. RGB value is (68,116,85). Sum of RGB (Red+Green+Blue) = 68+116+85=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #447455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447455 is #BB8BAA. Grayscale: #626262. Windows color (decimal): -12290987 or 5600324. OLE color: 5600324.

HSL color Cylindrical-coordinate representation of color #447455: hue angle of 141.25º 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 #447455 is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB6811685-
CMYK0.4100.270.55
HSL141.25º26.09%36.08%-
HSV(B)141.25º41.38%45.49%-
XYZ10.2714.3810.83-
YUV98.11120.6106.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=25.28%
G=43.12%
B=31.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68116850.4100.270.55141.2526.0936.08
Hex4474552901B378d1a24
Octal10416412551033672153244
Binary1000100111010010101011010010110111101111000110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447455; }

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

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

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

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

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

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

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

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