#448556

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

Shades of Como #448556

Tints of Como #448556

Color information

#448556 (or 0x448556) is unknown color: approx Como. HEX triplet: 44, 85 and 56. RGB value is (68,133,86). Sum of RGB (Red+Green+Blue) = 68+133+86=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #448556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448556 is #BB7AA9. Grayscale: #6C6C6C. Windows color (decimal): -12286634 or 5670212. OLE color: 5670212.

HSL color Cylindrical-coordinate representation of color #448556: hue angle of 136.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448556 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB6813386-
CMYK0.4900.350.48
HSL136.62º32.34%39.41%-
HSV(B)136.62º48.87%52.16%-
XYZ12.4518.6811.75-
YUV108.21115.4799.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=23.69%
G=46.34%
B=29.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133860.4900.350.48136.6232.3439.41
Hex4485563102330892027
Octal10420512661043602114047
Binary1000100100001011010110110001010001111000010001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448556; }

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

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

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

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

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

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

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

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