#427C49

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

Shades of Killarney #427C49

Tints of Killarney #427C49

Color information

#427C49 (or 0x427C49) is unknown color: approx Killarney. HEX triplet: 42, 7C and 49. RGB value is (66,124,73). Sum of RGB (Red+Green+Blue) = 66+124+73=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #427C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427C49 is #BD83B6. Grayscale: #646464. Windows color (decimal): -12420023 or 4815938. OLE color: 4815938.

HSL color Cylindrical-coordinate representation of color #427C49: hue angle of 127.24º 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 #427C49 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB6612473-
CMYK0.4700.410.51
HSL127.24º30.53%37.25%-
HSV(B)127.24º46.77%48.63%-
XYZ10.6616.058.84-
YUV100.84112.28103.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 124 (48.83% from 255) = 47.15%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=25.10%
G=47.15%
B=27.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124730.4700.410.51127.2430.5337.25
Hex427C492F029337f1f25
Octal10217411157051631773745
Binary1000010111110010010011011110101001110011111111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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