#45685A

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

Shades of Stromboli #45685A

Tints of Stromboli #45685A

Color information

#45685A (or 0x45685A) is unknown color: approx Stromboli. HEX triplet: 45, 68 and 5A. RGB value is (69,104,90). Sum of RGB (Red+Green+Blue) = 69+104+90=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #45685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45685A is #BA97A5. Grayscale: #5B5B5B. Windows color (decimal): -12228518 or 5924933. OLE color: 5924933.

HSL color Cylindrical-coordinate representation of color #45685A: hue angle of 156º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #45685A is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB6910490-
CMYK0.3400.130.59
HSL156º20.23%33.92%-
HSV(B)156º33.65%40.78%-
XYZ9.2511.911.48-
YUV91.94126.9111.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=26.24%
G=39.54%
B=34.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal69104900.3400.130.5915620.2333.92
Hex45685A220D3B9c1422
Octal10515013242015732342442
Binary100010111010001011010100010011011110111001110010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45685A; }

 p { color: rgb(69,104,90); }

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

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

 a { background-color: rgb(69,104,90); }

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

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

 span { border-color: rgb(69,104,90); }

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