#426E49

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

Shades of Killarney #426E49

Tints of Killarney #426E49

Color information

#426E49 (or 0x426E49) is unknown color: approx Killarney. HEX triplet: 42, 6E and 49. RGB value is (66,110,73). Sum of RGB (Red+Green+Blue) = 66+110+73=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 110 (43.36% from 255 or 44.18% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 110 - color contains mainly: green. Hex color #426E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426E49 is #BD91B6. Grayscale: #5C5C5C. Windows color (decimal): -12423607 or 4812354. OLE color: 4812354.

HSL color Cylindrical-coordinate representation of color #426E49: hue angle of 129.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426E49 is Cyan = 0.4, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB6611073-
CMYK0.400.340.57
HSL129.55º25%34.51%-
HSV(B)129.55º40%43.14%-
XYZ9.0312.798.3-
YUV92.63116.92109.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 110 (43.36% from 255) = 44.18%
BLUE value IS 73 (28.91% from 255) = 29.32%
R=26.51%
G=44.18%
B=29.32%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66110730.400.340.57129.552534.51
Hex426E492802239821923
Octal10215611150042712023143
Binary10000101101110100100110100001000101110011000001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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