#427248

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

Shades of Killarney #427248

Tints of Killarney #427248

Color information

#427248 (or 0x427248) is unknown color: approx Killarney. HEX triplet: 42, 72 and 48. RGB value is (66,114,72). Sum of RGB (Red+Green+Blue) = 66+114+72=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #427248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427248 is #BD8DB7. Grayscale: #5E5E5E. Windows color (decimal): -12422584 or 4747842. OLE color: 4747842.

HSL color Cylindrical-coordinate representation of color #427248: hue angle of 127.5º 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 #427248 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB6611472-
CMYK0.4200.370.55
HSL127.5º26.67%35.29%-
HSV(B)127.5º42.11%44.71%-
XYZ9.4313.668.27-
YUV94.86115.1107.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 72 (28.52% from 255) = 28.57%
R=26.19%
G=45.24%
B=28.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114720.4200.370.55127.526.6735.29
Hex4272482A025377f1b23
Octal10216211052045671773343
Binary1000010111001010010001010100100101110111111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427248; }

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

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

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

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

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

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

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

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