#427048

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

Shades of Killarney #427048

Tints of Killarney #427048

Color information

#427048 (or 0x427048) is unknown color: approx Killarney. HEX triplet: 42, 70 and 48. RGB value is (66,112,72). Sum of RGB (Red+Green+Blue) = 66+112+72=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #427048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427048 is #BD8FB7. Grayscale: #5D5D5D. Windows color (decimal): -12423096 or 4747330. OLE color: 4747330.

HSL color Cylindrical-coordinate representation of color #427048: hue angle of 127.83º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #427048 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB6611272-
CMYK0.4100.360.56
HSL127.83º25.84%34.9%-
HSV(B)127.83º41.07%43.92%-
XYZ9.2113.218.2-
YUV93.69115.76108.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.4%
GREEN value IS 112 (44.14% from 255) = 44.8%
BLUE value IS 72 (28.52% from 255) = 28.8%
R=26.4%
G=44.8%
B=28.8%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112720.4100.360.56127.8325.8434.9
Hex4270482902438801a23
Octal10216011051044702003243
Binary10000101110000100100010100101001001110001000000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427048; }

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

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

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

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

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

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

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

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