#427E50

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

Shades of Killarney #427E50

Tints of Killarney #427E50

Color information

#427E50 (or 0x427E50) is unknown color: approx Killarney. HEX triplet: 42, 7E and 50. RGB value is (66,126,80). Sum of RGB (Red+Green+Blue) = 66+126+80=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 126 (49.61% from 255 or 46.32% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 126 - color contains mainly: green. Hex color #427E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E50 is #BD81AF. Grayscale: #666666. Windows color (decimal): -12419504 or 5275202. OLE color: 5275202.

HSL color Cylindrical-coordinate representation of color #427E50: hue angle of 134º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427E50 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB6612680-
CMYK0.4800.370.51
HSL134º31.25%37.65%-
HSV(B)134º47.62%49.41%-
XYZ11.1616.6610.22-
YUV102.82115.12101.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 126 (49.61% from 255) = 46.32%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=24.26%
G=46.32%
B=29.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66126800.4800.370.5113431.2537.65
Hex427E503002533861f26
Octal10217612060045632063746
Binary10000101111110101000011000001001011100111000011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,126,80); }

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

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

 a { background-color: rgb(66,126,80); }

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

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

 span { border-color: rgb(66,126,80); }

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