#416B49

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

Shades of Killarney #416B49

Tints of Killarney #416B49

Color information

#416B49 (or 0x416B49) is unknown color: approx Killarney. HEX triplet: 41, 6B and 49. RGB value is (65,107,73). Sum of RGB (Red+Green+Blue) = 65+107+73=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #416B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B49 is #BE94B6. Grayscale: #5A5A5A. Windows color (decimal): -12489911 or 4811585. OLE color: 4811585.

HSL color Cylindrical-coordinate representation of color #416B49: hue angle of 131.43º 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 #416B49 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB6510773-
CMYK0.3900.320.58
HSL131.43º24.42%33.73%-
HSV(B)131.43º39.25%41.96%-
XYZ8.6412.128.19-
YUV90.57118.09109.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=26.53%
G=43.67%
B=29.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65107730.3900.320.58131.4324.4233.73
Hex416B49270203A831822
Octal10115311147040722033042
Binary10000011101011100100110011101000001110101000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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