#448563

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

Shades of Como #448563

Tints of Como #448563

Color information

#448563 (or 0x448563) is unknown color: approx Como. HEX triplet: 44, 85 and 63. RGB value is (68,133,99). Sum of RGB (Red+Green+Blue) = 68+133+99=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #448563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448563 is #BB7A9C. Grayscale: #6D6D6D. Windows color (decimal): -12286621 or 6522180. OLE color: 6522180.

HSL color Cylindrical-coordinate representation of color #448563: hue angle of 148.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 #448563 is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB6813399-
CMYK0.4900.260.48
HSL148.62º32.34%39.41%-
HSV(B)148.62º48.87%52.16%-
XYZ13.0218.914.77-
YUV109.69121.9798.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 99 (39.06% from 255) = 33%
R=22.67%
G=44.33%
B=33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133990.4900.260.48148.6232.3439.41
Hex4485633101A30952027
Octal10420514361032602254047
Binary100010010000101110001111000101101011000010010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448563; }

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

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

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

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

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

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

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

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