#426A48

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

Shades of Killarney #426A48

Tints of Killarney #426A48

Color information

#426A48 (or 0x426A48) is unknown color: approx Killarney. HEX triplet: 42, 6A and 48. RGB value is (66,106,72). Sum of RGB (Red+Green+Blue) = 66+106+72=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 106 - color contains mainly: green. Hex color #426A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A48 is #BD95B7. Grayscale: #5A5A5A. Windows color (decimal): -12424632 or 4745794. OLE color: 4745794.

HSL color Cylindrical-coordinate representation of color #426A48: hue angle of 129º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A48 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB6610672-
CMYK0.3800.320.58
HSL129º23.26%33.73%-
HSV(B)129º37.74%41.57%-
XYZ8.5711.937.98-
YUV90.16117.75110.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 106 (41.80% from 255) = 43.44%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=27.05%
G=43.44%
B=29.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66106720.3800.320.5812923.2633.73
Hex426A48260203A811722
Octal10215211046040722012742
Binary10000101101010100100010011001000001110101000000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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