#427043

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

Shades of Killarney #427043

Tints of Killarney #427043

Color information

#427043 (or 0x427043) is unknown color: approx Killarney. HEX triplet: 42, 70 and 43. RGB value is (66,112,67). Sum of RGB (Red+Green+Blue) = 66+112+67=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 67 (26.56% from 255 or 27.35% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #427043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427043 is #BD8FBC. Grayscale: #5D5D5D. Windows color (decimal): -12423101 or 4419650. OLE color: 4419650.

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

Color convert

RGB6611267-
CMYK0.4100.400.56
HSL121.3º25.84%34.9%-
HSV(B)121.3º41.07%43.92%-
XYZ9.0513.157.37-
YUV93.12113.26108.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 112 (44.14% from 255) = 45.71%
BLUE value IS 67 (26.56% from 255) = 27.35%
R=26.94%
G=45.71%
B=27.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112670.4100.400.56121.325.8434.9
Hex4270432902838791a23
Octal10216010351050701713243
Binary1000010111000010000111010010101000111000111100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427043; }

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

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

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

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

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

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

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

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