#41665A

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

Shades of Stromboli #41665A

Tints of Stromboli #41665A

Color information

#41665A (or 0x41665A) is unknown color: approx Stromboli. HEX triplet: 41, 66 and 5A. RGB value is (65,102,90). Sum of RGB (Red+Green+Blue) = 65+102+90=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #41665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41665A is #BE99A5. Grayscale: #595959. Windows color (decimal): -12491174 or 5924417. OLE color: 5924417.

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

Color convert

RGB6510290-
CMYK0.3600.120.6
HSL160.54º22.16%32.75%-
HSV(B)160.54º36.27%40%-
XYZ8.7811.3611.4-
YUV89.57128.24110.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=25.29%
G=39.69%
B=35.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102900.3600.120.6160.5422.1632.75
Hex41665A240C3Ca11621
Octal10114613244014742412641
Binary100000111001101011010100100011001111001010000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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