#427142

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

Shades of Killarney #427142

Tints of Killarney #427142

Color information

#427142 (or 0x427142) is unknown color: approx Killarney. HEX triplet: 42, 71 and 42. RGB value is (66,113,66). Sum of RGB (Red+Green+Blue) = 66+113+66=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #427142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427142 is #BD8EBD. Grayscale: #5D5D5D. Windows color (decimal): -12422846 or 4354370. OLE color: 4354370.

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

Color convert

RGB6611366-
CMYK0.4200.420.56
HSL120º26.26%35.1%-
HSV(B)120º41.59%44.31%-
XYZ9.1413.367.25-
YUV93.59112.43108.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=26.94%
G=46.12%
B=26.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113660.4200.420.5612026.2635.1
Hex4271422A02A38781a23
Octal10216110252052701703243
Binary1000010111000110000101010100101010111000111100011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427142; }

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

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

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

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

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

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

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

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