#427449

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

Shades of Killarney #427449

Tints of Killarney #427449

Color information

#427449 (or 0x427449) is unknown color: approx Killarney. HEX triplet: 42, 74 and 49. RGB value is (66,116,73). Sum of RGB (Red+Green+Blue) = 66+116+73=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #427449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427449 is #BD8BB6. Grayscale: #606060. Windows color (decimal): -12422071 or 4813890. OLE color: 4813890.

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

Color convert

RGB6611673-
CMYK0.4300.370.55
HSL128.4º27.47%35.69%-
HSV(B)128.4º43.1%45.49%-
XYZ9.6914.138.52-
YUV96.15114.94106.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 116 (45.70% from 255) = 45.49%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=25.88%
G=45.49%
B=28.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116730.4300.370.55128.427.4735.69
Hex4274492B02537801b24
Octal10216411153045672003344
Binary10000101110100100100110101101001011101111000000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427449; }

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

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

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

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

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

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

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

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