#427041

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

Shades of Killarney #427041

Tints of Killarney #427041

Color information

#427041 (or 0x427041) is unknown color: approx Killarney. HEX triplet: 42, 70 and 41. RGB value is (66,112,65). Sum of RGB (Red+Green+Blue) = 66+112+65=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #427041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427041 is #BD8FBE. Grayscale: #5D5D5D. Windows color (decimal): -12423103 or 4288578. OLE color: 4288578.

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

Color convert

RGB6611265-
CMYK0.4100.420.56
HSL118.72º26.55%34.71%-
HSV(B)118.72º41.96%43.92%-
XYZ913.137.06-
YUV92.89112.26108.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 65 (25.78% from 255) = 26.75%
R=27.16%
G=46.09%
B=26.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112650.4100.420.56118.7226.5534.71
Hex4270412902A38771b23
Octal10216010151052701673343
Binary1000010111000010000011010010101010111000111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427041; }

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

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

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

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

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

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

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

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