#45635B

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

Shades of Stromboli #45635B

Tints of Stromboli #45635B

Color information

#45635B (or 0x45635B) is unknown color: approx Stromboli. HEX triplet: 45, 63 and 5B. RGB value is (69,99,91). Sum of RGB (Red+Green+Blue) = 69+99+91=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #45635B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45635B is #BA9CA4. Grayscale: #595959. Windows color (decimal): -12229797 or 5989189. OLE color: 5989189.

HSL color Cylindrical-coordinate representation of color #45635B: hue angle of 164º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45635B is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB699991-
CMYK0.3000.080.61
HSL164º17.86%32.94%-
HSV(B)164º30.3%38.82%-
XYZ8.810.9411.55-
YUV89.12129.06113.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=26.64%
G=38.22%
B=35.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999910.3000.080.6116417.8632.94
Hex45635B1E083Da41221
Octal10514313336010752442241
Binary10001011100011101101111110010001111011010010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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