#448061

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

Shades of Como #448061

Tints of Como #448061

Color information

#448061 (or 0x448061) is unknown color: approx Como. HEX triplet: 44, 80 and 61. RGB value is (68,128,97). Sum of RGB (Red+Green+Blue) = 68+128+97=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #448061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448061 is #BB7F9E. Grayscale: #6A6A6A. Windows color (decimal): -12287903 or 6389828. OLE color: 6389828.

HSL color Cylindrical-coordinate representation of color #448061: hue angle of 149º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #448061 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB6812897-
CMYK0.4700.240.50
HSL149º30.61%38.43%-
HSV(B)149º46.88%50.2%-
XYZ12.2617.5314.05-
YUV106.53122.62100.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=23.21%
G=43.69%
B=33.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68128970.4700.240.5014930.6138.43
Hex4480612F01832951f26
Octal10420014157030622253746
Binary10001001000000011000011011110110001100101001010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448061; }

 p { color: rgb(68,128,97); }

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

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

 a { background-color: rgb(68,128,97); }

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

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

 span { border-color: rgb(68,128,97); }

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