#41665E

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

Shades of Stromboli #41665E

Tints of Stromboli #41665E

Color information

#41665E (or 0x41665E) is unknown color: approx Stromboli. HEX triplet: 41, 66 and 5E. RGB value is (65,102,94). Sum of RGB (Red+Green+Blue) = 65+102+94=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #41665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41665E is #BE99A1. Grayscale: #5A5A5A. Windows color (decimal): -12491170 or 6186561. OLE color: 6186561.

HSL color Cylindrical-coordinate representation of color #41665E: hue angle of 167.03º 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 #41665E is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB6510294-
CMYK0.3600.080.6
HSL167.03º22.16%32.75%-
HSV(B)167.03º36.27%40%-
XYZ8.9511.4312.32-
YUV90.02130.24110.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=24.90%
G=39.08%
B=36.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102940.3600.080.6167.0322.1632.75
Hex41665E24083Ca71621
Octal10114613644010742472641
Binary100000111001101011110100100010001111001010011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41665E; }

 p { color: rgb(65,102,94); }

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

<style>
 a { background-color: #41665E; }

 a { background-color: rgb(65,102,94); }

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

<style>
 span { border-color: #41665E; }

 span { border-color: rgb(65,102,94); }

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