#41645B

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

Shades of Stromboli #41645B

Tints of Stromboli #41645B

Color information

#41645B (or 0x41645B) is unknown color: approx Stromboli. HEX triplet: 41, 64 and 5B. RGB value is (65,100,91). Sum of RGB (Red+Green+Blue) = 65+100+91=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #41645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41645B is #BE9BA4. Grayscale: #585858. Windows color (decimal): -12491685 or 5989441. OLE color: 5989441.

HSL color Cylindrical-coordinate representation of color #41645B: hue angle of 164.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41645B is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB6510091-
CMYK0.3500.090.61
HSL164.57º21.21%32.35%-
HSV(B)164.57º35%39.22%-
XYZ8.6310.9911.56-
YUV88.51129.4111.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.39%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=25.39%
G=39.06%
B=35.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100910.3500.090.61164.5721.2132.35
Hex41645B23093Da51520
Octal10114413343011752452540
Binary100000111001001011011100011010011111011010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,100,91); }

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

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

 a { background-color: rgb(65,100,91); }

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

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

 span { border-color: rgb(65,100,91); }

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