#45625B

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

Shades of Stromboli #45625B

Tints of Stromboli #45625B

Color information

#45625B (or 0x45625B) is unknown color: approx Stromboli. HEX triplet: 45, 62 and 5B. RGB value is (69,98,91). Sum of RGB (Red+Green+Blue) = 69+98+91=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #45625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45625B is #BA9DA4. Grayscale: #585858. Windows color (decimal): -12230053 or 5988933. OLE color: 5988933.

HSL color Cylindrical-coordinate representation of color #45625B: hue angle of 165.52º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45625B is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB699891-
CMYK0.3000.070.62
HSL165.52º17.37%32.75%-
HSV(B)165.52º29.59%38.43%-
XYZ8.7110.7611.51-
YUV88.53129.39114.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.74%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 91 (35.94% from 255) = 35.27%
R=26.74%
G=37.98%
B=35.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6998910.3000.070.62165.5217.3732.75
Hex45625B1E073Ea61121
Octal1051421333607762462141
Binary1000101110001010110111111001111111101010011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45625B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45625B; }

 p { color: rgb(69,98,91); }

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

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

 a { background-color: rgb(69,98,91); }

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

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

 span { border-color: rgb(69,98,91); }

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