#41665F

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

Shades of Stromboli #41665F

Tints of Stromboli #41665F

Color information

#41665F (or 0x41665F) is unknown color: approx Stromboli. HEX triplet: 41, 66 and 5F. RGB value is (65,102,95). Sum of RGB (Red+Green+Blue) = 65+102+95=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #41665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41665F is #BE99A0. Grayscale: #5A5A5A. Windows color (decimal): -12491169 or 6252097. OLE color: 6252097.

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

Color convert

RGB6510295-
CMYK0.3600.070.6
HSL168.65º22.16%32.75%-
HSV(B)168.65º36.27%40%-
XYZ911.4512.56-
YUV90.14130.74110.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=24.81%
G=38.93%
B=36.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102950.3600.070.6168.6522.1632.75
Hex41665F24073Ca91621
Octal1011461374407742512641
Binary10000011100110101111110010001111111001010100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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