#427641

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

Shades of Killarney #427641

Tints of Killarney #427641

Color information

#427641 (or 0x427641) is unknown color: approx Killarney. HEX triplet: 42, 76 and 41. RGB value is (66,118,65). Sum of RGB (Red+Green+Blue) = 66+118+65=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #427641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427641 is #BD89BE. Grayscale: #606060. Windows color (decimal): -12421567 or 4290114. OLE color: 4290114.

HSL color Cylindrical-coordinate representation of color #427641: hue angle of 118.87º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427641 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB6611865-
CMYK0.4400.450.54
HSL118.87º28.96%35.88%-
HSV(B)118.87º44.92%46.27%-
XYZ9.6814.57.29-
YUV96.41110.27106.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=26.51%
G=47.39%
B=26.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118650.4400.450.54118.8728.9635.88
Hex4276412C02D36771d24
Octal10216610154055661673544
Binary1000010111011010000011011000101101110110111011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427641; }

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

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

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

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

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

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

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

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