#416B5A

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

Shades of Stromboli #416B5A

Tints of Stromboli #416B5A

Color information

#416B5A (or 0x416B5A) is unknown color: approx Stromboli. HEX triplet: 41, 6B and 5A. RGB value is (65,107,90). Sum of RGB (Red+Green+Blue) = 65+107+90=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #416B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B5A is #BE94A5. Grayscale: #5C5C5C. Windows color (decimal): -12489894 or 5925697. OLE color: 5925697.

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

Color convert

RGB6510790-
CMYK0.3900.160.58
HSL155.71º24.42%33.73%-
HSV(B)155.71º39.25%41.96%-
XYZ9.2812.3811.57-
YUV92.5126.59108.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 107 (42.19% from 255) = 40.84%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=24.81%
G=40.84%
B=34.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65107900.3900.160.58155.7124.4233.73
Hex416B5A270103A9c1822
Octal10115313247020722343042
Binary1000001110101110110101001110100001110101001110011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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