#448463

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

Shades of Como #448463

Tints of Como #448463

Color information

#448463 (or 0x448463) is unknown color: approx Como. HEX triplet: 44, 84 and 63. RGB value is (68,132,99). Sum of RGB (Red+Green+Blue) = 68+132+99=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #448463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448463 is #BB7B9C. Grayscale: #6D6D6D. Windows color (decimal): -12286877 or 6521924. OLE color: 6521924.

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

Color convert

RGB6813299-
CMYK0.4800.250.48
HSL149.06º32%39.22%-
HSV(B)149.06º48.48%51.76%-
XYZ12.8918.6314.72-
YUV109.1122.398.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=22.74%
G=44.15%
B=33.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132990.4800.250.48149.063239.22
Hex4484633001930952027
Octal10420414360031602254047
Binary100010010000100110001111000001100111000010010101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448463; }

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

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

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

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

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

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

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

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