#427F4A

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

Shades of Killarney #427F4A

Tints of Killarney #427F4A

Color information

#427F4A (or 0x427F4A) is unknown color: approx Killarney. HEX triplet: 42, 7F and 4A. RGB value is (66,127,74). Sum of RGB (Red+Green+Blue) = 66+127+74=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #427F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F4A is #BD80B5. Grayscale: #666666. Windows color (decimal): -12419254 or 4882242. OLE color: 4882242.

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

Color convert

RGB6612774-
CMYK0.4800.420.50
HSL127.87º31.61%37.84%-
HSV(B)127.87º48.03%49.8%-
XYZ11.0716.839.14-
YUV102.72111.79101.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 127 (50% from 255) = 47.57%
BLUE value IS 74 (29.30% from 255) = 27.72%
R=24.72%
G=47.57%
B=27.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66127740.4800.420.50127.8731.6137.84
Hex427F4A3002A32802026
Octal10217711260052622004046
Binary100001011111111001010110000010101011001010000000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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