#448557

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

Shades of Como #448557

Tints of Como #448557

Color information

#448557 (or 0x448557) is unknown color: approx Como. HEX triplet: 44, 85 and 57. RGB value is (68,133,87). Sum of RGB (Red+Green+Blue) = 68+133+87=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #448557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448557 is #BB7AA8. Grayscale: #6C6C6C. Windows color (decimal): -12286633 or 5735748. OLE color: 5735748.

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

Color convert

RGB6813387-
CMYK0.4900.350.48
HSL137.54º32.34%39.41%-
HSV(B)137.54º48.87%52.16%-
XYZ12.4918.6911.97-
YUV108.32115.9799.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 87 (34.38% from 255) = 30.21%
R=23.61%
G=46.18%
B=30.21%

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
Decimal68133870.4900.350.48137.5432.3439.41
Hex44855731023308a2027
Octal10420512761043602124047
Binary1000100100001011010111110001010001111000010001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448557; }

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

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

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

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

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

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

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

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