#41705A

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

Shades of Stromboli #41705A

Tints of Stromboli #41705A

Color information

#41705A (or 0x41705A) is unknown color: approx Stromboli. HEX triplet: 41, 70 and 5A. RGB value is (65,112,90). Sum of RGB (Red+Green+Blue) = 65+112+90=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #41705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41705A is #BE8FA5. Grayscale: #5F5F5F. Windows color (decimal): -12488614 or 5926977. OLE color: 5926977.

HSL color Cylindrical-coordinate representation of color #41705A: hue angle of 151.91º 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 #41705A is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB6511290-
CMYK0.4200.200.56
HSL151.91º26.55%34.71%-
HSV(B)151.91º41.96%43.92%-
XYZ9.8213.4511.75-
YUV95.44124.93106.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.34%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=24.34%
G=41.95%
B=33.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112900.4200.200.56151.9126.5534.71
Hex41705A2A01438981b23
Octal10116013252024702303343
Binary1000001111000010110101010100101001110001001100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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