#427E4A

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

Shades of Killarney #427E4A

Tints of Killarney #427E4A

Color information

#427E4A (or 0x427E4A) is unknown color: approx Killarney. HEX triplet: 42, 7E and 4A. RGB value is (66,126,74). Sum of RGB (Red+Green+Blue) = 66+126+74=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #427E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427E4A is #BD81B5. Grayscale: #666666. Windows color (decimal): -12419510 or 4881986. OLE color: 4881986.

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

Color convert

RGB6612674-
CMYK0.4800.410.51
HSL128º31.25%37.65%-
HSV(B)128º47.62%49.41%-
XYZ10.9416.579.1-
YUV102.13112.12102.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 126 (49.61% from 255) = 47.37%
BLUE value IS 74 (29.30% from 255) = 27.82%
R=24.81%
G=47.37%
B=27.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66126740.4800.410.5112831.2537.65
Hex427E4A3002933801f26
Octal10217611260051632003746
Binary10000101111110100101011000001010011100111000000011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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