#426C49

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

Shades of Killarney #426C49

Tints of Killarney #426C49

Color information

#426C49 (or 0x426C49) is unknown color: approx Killarney. HEX triplet: 42, 6C and 49. RGB value is (66,108,73). Sum of RGB (Red+Green+Blue) = 66+108+73=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #426C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C49 is #BD93B6. Grayscale: #5B5B5B. Windows color (decimal): -12424119 or 4811842. OLE color: 4811842.

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

Color convert

RGB6610873-
CMYK0.3900.320.58
HSL130º24.14%34.12%-
HSV(B)130º38.89%42.35%-
XYZ8.8112.368.23-
YUV91.45117.59109.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=26.72%
G=43.72%
B=29.55%

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
Decimal66108730.3900.320.5813024.1434.12
Hex426C49270203A821822
Octal10215411147040722023042
Binary10000101101100100100110011101000001110101000001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426C49; }

 p { color: rgb(66,108,73); }

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

<style>
 a { background-color: #426C49; }

 a { background-color: rgb(66,108,73); }

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

<style>
 span { border-color: #426C49; }

 span { border-color: rgb(66,108,73); }

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