#416B4C

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

Shades of Killarney #416B4C

Tints of Killarney #416B4C

Color information

#416B4C (or 0x416B4C) is unknown color: approx Killarney. HEX triplet: 41, 6B and 4C. RGB value is (65,107,76). Sum of RGB (Red+Green+Blue) = 65+107+76=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #416B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416B4C is #BE94B3. Grayscale: #5A5A5A. Windows color (decimal): -12489908 or 5008193. OLE color: 5008193.

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

Color convert

RGB6510776-
CMYK0.3900.290.58
HSL135.71º24.42%33.73%-
HSV(B)135.71º39.25%41.96%-
XYZ8.7412.168.72-
YUV90.91119.59109.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.21%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=26.21%
G=43.15%
B=30.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65107760.3900.290.58135.7124.4233.73
Hex416B4C2701D3A881822
Octal10115311447035722103042
Binary1000001110101110011001001110111011110101000100011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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