#427E45

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

Shades of Killarney #427E45

Tints of Killarney #427E45

Color information

#427E45 (or 0x427E45) is unknown color: approx Killarney. HEX triplet: 42, 7E and 45. RGB value is (66,126,69). Sum of RGB (Red+Green+Blue) = 66+126+69=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 126 (49.61% from 255 or 48.28% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 126 - color contains mainly: green. Hex color #427E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427E45 is #BD81BA. Grayscale: #656565. Windows color (decimal): -12419515 or 4554306. OLE color: 4554306.

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

Color convert

RGB6612669-
CMYK0.4800.450.51
HSL123º31.25%37.65%-
HSV(B)123º47.62%49.41%-
XYZ10.7816.518.25-
YUV101.56109.62102.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 126 (49.61% from 255) = 48.28%
BLUE value IS 69 (27.34% from 255) = 26.44%
R=25.29%
G=48.28%
B=26.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66126690.4800.450.5112331.2537.65
Hex427E453002D337b1f26
Octal10217610560055631733746
Binary1000010111111010001011100000101101110011111101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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