#41745E

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

Shades of Stromboli #41745E

Tints of Stromboli #41745E

Color information

#41745E (or 0x41745E) is unknown color: approx Stromboli. HEX triplet: 41, 74 and 5E. RGB value is (65,116,94). Sum of RGB (Red+Green+Blue) = 65+116+94=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #41745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41745E is #BE8BA1. Grayscale: #626262. Windows color (decimal): -12487586 or 6190145. OLE color: 6190145.

HSL color Cylindrical-coordinate representation of color #41745E: hue angle of 154.12º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41745E is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB6511694-
CMYK0.4400.190.55
HSL154.12º28.18%35.49%-
HSV(B)154.12º43.97%45.49%-
XYZ10.4514.4212.82-
YUV98.24125.6104.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=23.64%
G=42.18%
B=34.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116940.4400.190.55154.1228.1835.49
Hex41745E2C013379a1c23
Octal10116413654023672323443
Binary1000001111010010111101011000100111101111001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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