#445852

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

Shades of Stromboli #445852

Tints of Stromboli #445852

Color information

#445852 (or 0x445852) is unknown color: approx Stromboli. HEX triplet: 44, 58 and 52. RGB value is (68,88,82). Sum of RGB (Red+Green+Blue) = 68+88+82=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #445852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445852 is #BBA7AD. Grayscale: #515151. Windows color (decimal): -12298158 or 5396548. OLE color: 5396548.

HSL color Cylindrical-coordinate representation of color #445852: hue angle of 162º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #445852 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB688882-
CMYK0.2300.070.65
HSL162º12.82%30.59%-
HSV(B)162º22.73%34.51%-
XYZ7.48.829.29-
YUV81.34128.37118.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=28.57%
G=36.97%
B=34.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888820.2300.070.6516212.8230.59
Hex445852170741a2d1f
Octal10413012227071012421537
Binary100010010110001010010101110111100000110100010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445852; }

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

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

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

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

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

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

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

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