#448456

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

Shades of Como #448456

Tints of Como #448456

Color information

#448456 (or 0x448456) is unknown color: approx Como. HEX triplet: 44, 84 and 56. RGB value is (68,132,86). Sum of RGB (Red+Green+Blue) = 68+132+86=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #448456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448456 is #BB7BA9. Grayscale: #6B6B6B. Windows color (decimal): -12286890 or 5669956. OLE color: 5669956.

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

Color convert

RGB6813286-
CMYK0.4800.350.48
HSL136.88º32%39.22%-
HSV(B)136.88º48.48%51.76%-
XYZ12.3118.411.71-
YUV107.62115.899.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=23.78%
G=46.15%
B=30.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68132860.4800.350.48136.883239.22
Hex4484563002330892027
Octal10420412660043602114047
Binary1000100100001001010110110000010001111000010001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448456; }

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

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

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

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

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

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

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

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