#427241

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

Shades of Killarney #427241

Tints of Killarney #427241

Color information

#427241 (or 0x427241) is unknown color: approx Killarney. HEX triplet: 42, 72 and 41. RGB value is (66,114,65). Sum of RGB (Red+Green+Blue) = 66+114+65=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #427241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427241 is #BD8DBE. Grayscale: #5E5E5E. Windows color (decimal): -12422591 or 4289090. OLE color: 4289090.

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

Color convert

RGB6611465-
CMYK0.4200.430.55
HSL118.78º27.37%35.1%-
HSV(B)118.78º42.98%44.71%-
XYZ9.2213.577.14-
YUV94.06111.6107.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=26.94%
G=46.53%
B=26.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114650.4200.430.55118.7827.3735.1
Hex4272412A02B37771b23
Octal10216210152053671673343
Binary1000010111001010000011010100101011110111111011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427241; }

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

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

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

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

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

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

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

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