#41655F

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

Shades of Stromboli #41655F

Tints of Stromboli #41655F

Color information

#41655F (or 0x41655F) is unknown color: approx Stromboli. HEX triplet: 41, 65 and 5F. RGB value is (65,101,95). Sum of RGB (Red+Green+Blue) = 65+101+95=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #41655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41655F is #BE9AA0. Grayscale: #595959. Windows color (decimal): -12491425 or 6251841. OLE color: 6251841.

HSL color Cylindrical-coordinate representation of color #41655F: hue angle of 170º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #41655F is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB6510195-
CMYK0.3600.060.60
HSL170º21.69%32.55%-
HSV(B)170º35.64%39.61%-
XYZ8.911.2612.53-
YUV89.55131.07110.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 95 (37.5% from 255) = 36.40%
R=24.90%
G=38.70%
B=36.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65101950.3600.060.6017021.6932.55
Hex41655F24063Caa1621
Octal1011451374406742522641
Binary10000011100101101111110010001101111001010101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41655F; }

 p { color: rgb(65,101,95); }

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

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

 a { background-color: rgb(65,101,95); }

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

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

 span { border-color: rgb(65,101,95); }

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