#427549

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

Shades of Killarney #427549

Tints of Killarney #427549

Color information

#427549 (or 0x427549) is unknown color: approx Killarney. HEX triplet: 42, 75 and 49. RGB value is (66,117,73). Sum of RGB (Red+Green+Blue) = 66+117+73=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 117 - color contains mainly: green. Hex color #427549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427549 is #BD8AB6. Grayscale: #606060. Windows color (decimal): -12421815 or 4814146. OLE color: 4814146.

HSL color Cylindrical-coordinate representation of color #427549: hue angle of 128.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427549 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB6611773-
CMYK0.4400.380.54
HSL128.24º27.87%35.88%-
HSV(B)128.24º43.59%45.88%-
XYZ9.8114.368.56-
YUV96.74114.6106.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 117 (46.09% from 255) = 45.70%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=25.78%
G=45.70%
B=28.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117730.4400.380.54128.2427.8735.88
Hex4275492C02636801c24
Octal10216511154046662003444
Binary10000101110101100100110110001001101101101000000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427549; }

 p { color: rgb(66,117,73); }

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

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

 a { background-color: rgb(66,117,73); }

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

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

 span { border-color: rgb(66,117,73); }

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