#426C48

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

Shades of Killarney #426C48

Tints of Killarney #426C48

Color information

#426C48 (or 0x426C48) is unknown color: approx Killarney. HEX triplet: 42, 6C and 48. RGB value is (66,108,72). Sum of RGB (Red+Green+Blue) = 66+108+72=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #426C48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C48 is #BD93B7. Grayscale: #5B5B5B. Windows color (decimal): -12424120 or 4746306. OLE color: 4746306.

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

Color convert

RGB6610872-
CMYK0.3900.330.58
HSL128.57º24.14%34.12%-
HSV(B)128.57º38.89%42.35%-
XYZ8.7812.358.05-
YUV91.34117.09109.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 108 (42.58% from 255) = 43.90%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=26.83%
G=43.90%
B=29.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108720.3900.330.58128.5724.1434.12
Hex426C48270213A811822
Octal10215411047041722013042
Binary10000101101100100100010011101000011110101000000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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