#446058

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

Shades of Stromboli #446058

Tints of Stromboli #446058

Color information

#446058 (or 0x446058) is unknown color: approx Stromboli. HEX triplet: 44, 60 and 58. RGB value is (68,96,88). Sum of RGB (Red+Green+Blue) = 68+96+88=252 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.98% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #446058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446058 is #BB9FA7. Grayscale: #565656. Windows color (decimal): -12296104 or 5791812. OLE color: 5791812.

HSL color Cylindrical-coordinate representation of color #446058: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #446058 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB689688-
CMYK0.2900.080.62
HSL162.86º17.07%32.16%-
HSV(B)162.86º29.17%37.65%-
XYZ8.3310.310.78-
YUV86.72128.72114.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.98%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=26.98%
G=38.10%
B=34.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896880.2900.080.62162.8617.0732.16
Hex4460581D083Ea31120
Octal10414013035010762432140
Binary10001001100000101100011101010001111101010001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446058; }

 p { color: rgb(68,96,88); }

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

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

 a { background-color: rgb(68,96,88); }

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

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

 span { border-color: rgb(68,96,88); }

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