#427A51

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

Shades of Killarney #427A51

Tints of Killarney #427A51

Color information

#427A51 (or 0x427A51) is unknown color: approx Killarney. HEX triplet: 42, 7A and 51. RGB value is (66,122,81). Sum of RGB (Red+Green+Blue) = 66+122+81=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 122 (48.05% from 255 or 45.35% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 122 - color contains mainly: green. Hex color #427A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A51 is #BD85AE. Grayscale: #646464. Windows color (decimal): -12420527 or 5339714. OLE color: 5339714.

HSL color Cylindrical-coordinate representation of color #427A51: hue angle of 136.07º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A51 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB6612281-
CMYK0.4600.340.52
HSL136.07º29.79%36.86%-
HSV(B)136.07º45.9%47.84%-
XYZ10.6915.6710.25-
YUV100.58116.95103.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 122 (48.05% from 255) = 45.35%
BLUE value IS 81 (32.03% from 255) = 30.11%
R=24.54%
G=45.35%
B=30.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122810.4600.340.52136.0729.7936.86
Hex427A512E02234881e25
Octal10217212156042642103645
Binary10000101111010101000110111001000101101001000100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427A51; }

 p { color: rgb(66,122,81); }

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

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

 a { background-color: rgb(66,122,81); }

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

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

 span { border-color: rgb(66,122,81); }

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