#427C51

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

Shades of Killarney #427C51

Tints of Killarney #427C51

Color information

#427C51 (or 0x427C51) is unknown color: approx Killarney. HEX triplet: 42, 7C and 51. RGB value is (66,124,81). Sum of RGB (Red+Green+Blue) = 66+124+81=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #427C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C51 is #BD83AE. Grayscale: #656565. Windows color (decimal): -12420015 or 5340226. OLE color: 5340226.

HSL color Cylindrical-coordinate representation of color #427C51: hue angle of 135.52º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427C51 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB6612481-
CMYK0.4700.350.51
HSL135.52º30.53%37.25%-
HSV(B)135.52º46.77%48.63%-
XYZ10.9416.1710.33-
YUV101.76116.28102.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 124 (48.83% from 255) = 45.76%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=24.35%
G=45.76%
B=29.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124810.4700.350.51135.5230.5337.25
Hex427C512F02333881f25
Octal10217412157043632103745
Binary10000101111100101000110111101000111100111000100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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