#41605A

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

Shades of Stromboli #41605A

Tints of Stromboli #41605A

Color information

#41605A (or 0x41605A) is unknown color: approx Stromboli. HEX triplet: 41, 60 and 5A. RGB value is (65,96,90). Sum of RGB (Red+Green+Blue) = 65+96+90=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #41605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41605A is #BE9FA5. Grayscale: #565656. Windows color (decimal): -12492710 or 5922881. OLE color: 5922881.

HSL color Cylindrical-coordinate representation of color #41605A: hue angle of 168.39º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41605A is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB659690-
CMYK0.3200.060.62
HSL168.39º19.25%31.57%-
HSV(B)168.39º32.29%37.65%-
XYZ8.2110.2311.21-
YUV86.05130.23112.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.90%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=25.90%
G=38.25%
B=35.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596900.3200.060.62168.3919.2531.57
Hex41605A20063Ea81320
Octal1011401324006762502340
Binary10000011100000101101010000001101111101010100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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