#41705E

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

Shades of Stromboli #41705E

Tints of Stromboli #41705E

Color information

#41705E (or 0x41705E) is unknown color: approx Stromboli. HEX triplet: 41, 70 and 5E. RGB value is (65,112,94). Sum of RGB (Red+Green+Blue) = 65+112+94=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #41705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41705E is #BE8FA1. Grayscale: #5F5F5F. Windows color (decimal): -12488610 or 6189121. OLE color: 6189121.

HSL color Cylindrical-coordinate representation of color #41705E: hue angle of 157.02º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #41705E is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB6511294-
CMYK0.4200.160.56
HSL157.02º26.55%34.71%-
HSV(B)157.02º41.96%43.92%-
XYZ9.9913.5212.67-
YUV95.9126.93105.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.99%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=23.99%
G=41.33%
B=34.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112940.4200.160.56157.0226.5534.71
Hex41705E2A010389d1b23
Octal10116013652020702353343
Binary1000001111000010111101010100100001110001001110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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