#426D4F

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

Shades of Killarney #426D4F

Tints of Killarney #426D4F

Color information

#426D4F (or 0x426D4F) is unknown color: approx Killarney. HEX triplet: 42, 6D and 4F. RGB value is (66,109,79). Sum of RGB (Red+Green+Blue) = 66+109+79=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 109 - color contains mainly: green. Hex color #426D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426D4F is #BD92B0. Grayscale: #5C5C5C. Windows color (decimal): -12423857 or 5205314. OLE color: 5205314.

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

Color convert

RGB6610979-
CMYK0.3900.280.57
HSL138.14º24.57%34.31%-
HSV(B)138.14º39.45%42.75%-
XYZ9.1312.669.36-
YUV92.72120.25108.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=25.98%
G=42.91%
B=31.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66109790.3900.280.57138.1424.5734.31
Hex426D4F2701C398a1922
Octal10215511747034712123142
Binary1000010110110110011111001110111001110011000101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,109,79); }

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

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

 a { background-color: rgb(66,109,79); }

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

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

 span { border-color: rgb(66,109,79); }

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