#426C4A

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

Shades of Killarney #426C4A

Tints of Killarney #426C4A

Color information

#426C4A (or 0x426C4A) is unknown color: approx Killarney. HEX triplet: 42, 6C and 4A. RGB value is (66,108,74). Sum of RGB (Red+Green+Blue) = 66+108+74=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #426C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426C4A is #BD93B5. Grayscale: #5B5B5B. Windows color (decimal): -12424118 or 4877378. OLE color: 4877378.

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

Color convert

RGB6610874-
CMYK0.3900.310.58
HSL131.43º24.14%34.12%-
HSV(B)131.43º38.89%42.35%-
XYZ8.8512.388.4-
YUV91.57118.09109.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 108 (42.58% from 255) = 43.55%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=26.61%
G=43.55%
B=29.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66108740.3900.310.58131.4324.1434.12
Hex426C4A2701F3A831822
Octal10215411247037722033042
Binary1000010110110010010101001110111111110101000001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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