#448257

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

Shades of Como #448257

Tints of Como #448257

Color information

#448257 (or 0x448257) is unknown color: approx Como. HEX triplet: 44, 82 and 57. RGB value is (68,130,87). Sum of RGB (Red+Green+Blue) = 68+130+87=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #448257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448257 is #BB7DA8. Grayscale: #6A6A6A. Windows color (decimal): -12287401 or 5734980. OLE color: 5734980.

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

Color convert

RGB6813087-
CMYK0.4800.330.49
HSL138.39º31.31%38.82%-
HSV(B)138.39º47.69%50.98%-
XYZ12.0917.8811.83-
YUV106.56116.96100.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.86%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=23.86%
G=45.61%
B=30.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130870.4800.330.49138.3931.3138.82
Hex44825730021318a1f27
Octal10420212760041612123747
Binary100010010000010101011111000001000011100011000101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448257; }

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

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

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

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

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

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

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

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