#427145

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

Shades of Killarney #427145

Tints of Killarney #427145

Color information

#427145 (or 0x427145) is unknown color: approx Killarney. HEX triplet: 42, 71 and 45. RGB value is (66,113,69). Sum of RGB (Red+Green+Blue) = 66+113+69=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #427145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427145 is #BD8EBA. Grayscale: #5E5E5E. Windows color (decimal): -12422843 or 4550978. OLE color: 4550978.

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

Color convert

RGB6611369-
CMYK0.4200.390.56
HSL123.83º26.26%35.1%-
HSV(B)123.83º41.59%44.31%-
XYZ9.2313.47.73-
YUV93.93113.93108.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 69 (27.34% from 255) = 27.82%
R=26.61%
G=45.56%
B=27.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113690.4200.390.56123.8326.2635.1
Hex4271452A027387c1a23
Octal10216110552047701743243
Binary1000010111000110001011010100100111111000111110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427145; }

 p { color: rgb(66,113,69); }

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

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

 a { background-color: rgb(66,113,69); }

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

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

 span { border-color: rgb(66,113,69); }

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