#416C5B

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

Shades of Stromboli #416C5B

Tints of Stromboli #416C5B

Color information

#416C5B (or 0x416C5B) is unknown color: approx Stromboli. HEX triplet: 41, 6C and 5B. RGB value is (65,108,91). Sum of RGB (Red+Green+Blue) = 65+108+91=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #416C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C5B is #BE93A4. Grayscale: #5D5D5D. Windows color (decimal): -12489637 or 5991489. OLE color: 5991489.

HSL color Cylindrical-coordinate representation of color #416C5B: hue angle of 156.28º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C5B is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB6510891-
CMYK0.4000.160.58
HSL156.28º24.86%33.92%-
HSV(B)156.28º39.81%42.35%-
XYZ9.4312.611.83-
YUV93.2126.75107.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.62%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=24.62%
G=40.91%
B=34.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65108910.4000.160.58156.2824.8633.92
Hex416C5B280103A9c1922
Octal10115413350020722343142
Binary1000001110110010110111010000100001110101001110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416C5B; }

 p { color: rgb(65,108,91); }

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

<style>
 a { background-color: #416C5B; }

 a { background-color: rgb(65,108,91); }

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

<style>
 span { border-color: #416C5B; }

 span { border-color: rgb(65,108,91); }

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