#427F49

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

Shades of Killarney #427F49

Tints of Killarney #427F49

Color information

#427F49 (or 0x427F49) is unknown color: approx Killarney. HEX triplet: 42, 7F and 49. RGB value is (66,127,73). Sum of RGB (Red+Green+Blue) = 66+127+73=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #427F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F49 is #BD80B6. Grayscale: #666666. Windows color (decimal): -12419255 or 4816706. OLE color: 4816706.

HSL color Cylindrical-coordinate representation of color #427F49: hue angle of 126.89º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F49 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB6612773-
CMYK0.4800.430.50
HSL126.89º31.61%37.84%-
HSV(B)126.89º48.03%49.8%-
XYZ11.0416.828.97-
YUV102.6111.29101.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 127 (50% from 255) = 47.74%
BLUE value IS 73 (28.91% from 255) = 27.44%
R=24.81%
G=47.74%
B=27.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66127730.4800.430.50126.8931.6137.84
Hex427F493002B327f2026
Octal10217711160053621774046
Binary10000101111111100100111000001010111100101111111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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