#448863

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

Shades of Como #448863

Tints of Como #448863

Color information

#448863 (or 0x448863) is unknown color: approx Como. HEX triplet: 44, 88 and 63. RGB value is (68,136,99). Sum of RGB (Red+Green+Blue) = 68+136+99=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #448863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448863 is #BB779C. Grayscale: #6F6F6F. Windows color (decimal): -12285853 or 6522948. OLE color: 6522948.

HSL color Cylindrical-coordinate representation of color #448863: hue angle of 147.35º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448863 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB6813699-
CMYK0.5000.270.47
HSL147.35º33.33%40%-
HSV(B)147.35º50%53.33%-
XYZ13.4419.7414.91-
YUV111.45120.9797.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 136 (53.52% from 255) = 44.88%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=22.44%
G=44.88%
B=32.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68136990.5000.270.47147.3533.3340
Hex4488633201B2F932128
Octal10421014362033572234150
Binary100010010001000110001111001001101110111110010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448863; }

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

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

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

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

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

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

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

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