#426849

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

Shades of Killarney #426849

Tints of Killarney #426849

Color information

#426849 (or 0x426849) is unknown color: approx Killarney. HEX triplet: 42, 68 and 49. RGB value is (66,104,73). Sum of RGB (Red+Green+Blue) = 66+104+73=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #426849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426849 is #BD97B6. Grayscale: #595959. Windows color (decimal): -12425143 or 4810818. OLE color: 4810818.

HSL color Cylindrical-coordinate representation of color #426849: hue angle of 131.05º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426849 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB6610473-
CMYK0.3700.300.59
HSL131.05º22.35%33.33%-
HSV(B)131.05º36.54%40.78%-
XYZ8.411.548.09-
YUV89.1118.91111.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=27.16%
G=42.80%
B=30.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal66104730.3700.300.59131.0522.3533.33
Hex4268492501E3B831621
Octal10215011145036732032641
Binary1000010110100010010011001010111101110111000001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426849; }

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

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

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

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

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

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

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

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