#42894C

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

Shades of Killarney #42894C

Tints of Killarney #42894C

Color information

#42894C (or 0x42894C) is unknown color: approx Killarney. HEX triplet: 42, 89 and 4C. RGB value is (66,137,76). Sum of RGB (Red+Green+Blue) = 66+137+76=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #42894C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42894C is #BD76B3. Grayscale: #6C6C6C. Windows color (decimal): -12416692 or 5015874. OLE color: 5015874.

HSL color Cylindrical-coordinate representation of color #42894C: hue angle of 128.45º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42894C is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB6613776-
CMYK0.5200.450.46
HSL128.45º34.98%39.8%-
HSV(B)128.45º51.82%53.73%-
XYZ12.519.579.96-
YUV108.82109.4897.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 137 (53.91% from 255) = 49.10%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=23.66%
G=49.10%
B=27.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66137760.5200.450.46128.4534.9839.8
Hex42894C3402D2E802328
Octal10221111464055562004350
Binary1000010100010011001100110100010110110111010000000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42894C; }

 p { color: rgb(66,137,76); }

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

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

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

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

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

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

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