#427F46

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

Shades of Killarney #427F46

Tints of Killarney #427F46

Color information

#427F46 (or 0x427F46) is unknown color: approx Killarney. HEX triplet: 42, 7F and 46. RGB value is (66,127,70). Sum of RGB (Red+Green+Blue) = 66+127+70=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #427F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F46 is #BD80B9. Grayscale: #666666. Windows color (decimal): -12419258 or 4620098. OLE color: 4620098.

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

Color convert

RGB6612770-
CMYK0.4800.450.50
HSL123.93º31.61%37.84%-
HSV(B)123.93º48.03%49.8%-
XYZ10.9416.788.46-
YUV102.26109.79102.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 127 (50% from 255) = 48.29%
BLUE value IS 70 (27.73% from 255) = 26.62%
R=25.10%
G=48.29%
B=26.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66127700.4800.450.50123.9331.6137.84
Hex427F463002D327c2026
Octal10217710660055621744046
Binary10000101111111100011011000001011011100101111100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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