#427246

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

Shades of Killarney #427246

Tints of Killarney #427246

Color information

#427246 (or 0x427246) is unknown color: approx Killarney. HEX triplet: 42, 72 and 46. RGB value is (66,114,70). Sum of RGB (Red+Green+Blue) = 66+114+70=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #427246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427246 is #BD8DB9. Grayscale: #5E5E5E. Windows color (decimal): -12422586 or 4616770. OLE color: 4616770.

HSL color Cylindrical-coordinate representation of color #427246: hue angle of 125º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427246 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB6611470-
CMYK0.4200.390.55
HSL125º26.67%35.29%-
HSV(B)125º42.11%44.71%-
XYZ9.3713.647.93-
YUV94.63114.1107.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 70 (27.73% from 255) = 28%
R=26.4%
G=45.6%
B=28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114700.4200.390.5512526.6735.29
Hex4272462A027377d1b23
Octal10216210652047671753343
Binary1000010111001010001101010100100111110111111110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427246; }

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

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

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

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

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

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

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

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