#41725E

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

Shades of Stromboli #41725E

Tints of Stromboli #41725E

Color information

#41725E (or 0x41725E) is unknown color: approx Stromboli. HEX triplet: 41, 72 and 5E. RGB value is (65,114,94). Sum of RGB (Red+Green+Blue) = 65+114+94=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #41725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41725E is #BE8DA1. Grayscale: #616161. Windows color (decimal): -12488098 or 6189633. OLE color: 6189633.

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

Color convert

RGB6511494-
CMYK0.4300.180.55
HSL155.51º27.37%35.1%-
HSV(B)155.51º42.98%44.71%-
XYZ10.2213.9712.75-
YUV97.07126.27105.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=23.81%
G=41.76%
B=34.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65114940.4300.180.55155.5127.3735.1
Hex41725E2B012379c1b23
Octal10116213653022672343343
Binary1000001111001010111101010110100101101111001110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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