#448259

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

Shades of Como #448259

Tints of Como #448259

Color information

#448259 (or 0x448259) is unknown color: approx Como. HEX triplet: 44, 82 and 59. RGB value is (68,130,89). Sum of RGB (Red+Green+Blue) = 68+130+89=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #448259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448259 is #BB7DA6. Grayscale: #6A6A6A. Windows color (decimal): -12287399 or 5866052. OLE color: 5866052.

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

Color convert

RGB6813089-
CMYK0.4800.320.49
HSL140.32º31.31%38.82%-
HSV(B)140.32º47.69%50.98%-
XYZ12.1717.9212.27-
YUV106.79117.96100.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=23.69%
G=45.30%
B=31.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130890.4800.320.49140.3231.3138.82
Hex44825930020318c1f27
Octal10420213160040612143747
Binary100010010000010101100111000001000001100011000110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448259; }

 p { color: rgb(68,130,89); }

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

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

 a { background-color: rgb(68,130,89); }

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

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

 span { border-color: rgb(68,130,89); }

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