#427E52

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

Shades of Killarney #427E52

Tints of Killarney #427E52

Color information

#427E52 (or 0x427E52) is unknown color: approx Killarney. HEX triplet: 42, 7E and 52. RGB value is (66,126,82). Sum of RGB (Red+Green+Blue) = 66+126+82=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #427E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E52 is #BD81AD. Grayscale: #676767. Windows color (decimal): -12419502 or 5406274. OLE color: 5406274.

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

Color convert

RGB6612682-
CMYK0.4800.350.51
HSL136º31.25%37.65%-
HSV(B)136º47.62%49.41%-
XYZ11.2316.6910.61-
YUV103.04116.12101.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=24.09%
G=45.99%
B=29.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66126820.4800.350.5113631.2537.65
Hex427E523002333881f26
Octal10217612260043632103746
Binary10000101111110101001011000001000111100111000100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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