#427F4E

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

Shades of Killarney #427F4E

Tints of Killarney #427F4E

Color information

#427F4E (or 0x427F4E) is unknown color: approx Killarney. HEX triplet: 42, 7F and 4E. RGB value is (66,127,78). Sum of RGB (Red+Green+Blue) = 66+127+78=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 127 (50% from 255 or 46.86% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 127 - color contains mainly: green. Hex color #427F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F4E is #BD80B1. Grayscale: #676767. Windows color (decimal): -12419250 or 5144386. OLE color: 5144386.

HSL color Cylindrical-coordinate representation of color #427F4E: hue angle of 131.8º 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 #427F4E is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB6612778-
CMYK0.4800.390.50
HSL131.8º31.61%37.84%-
HSV(B)131.8º48.03%49.8%-
XYZ11.2116.899.88-
YUV103.17113.79101.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 127 (50% from 255) = 46.86%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=24.35%
G=46.86%
B=28.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66127780.4800.390.50131.831.6137.84
Hex427F4E3002732842026
Octal10217711660047622044046
Binary100001011111111001110110000010011111001010000100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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