#42864C

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

Shades of Killarney #42864C

Tints of Killarney #42864C

Color information

#42864C (or 0x42864C) is unknown color: approx Killarney. HEX triplet: 42, 86 and 4C. RGB value is (66,134,76). Sum of RGB (Red+Green+Blue) = 66+134+76=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #42864C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42864C is #BD79B3. Grayscale: #6B6B6B. Windows color (decimal): -12417460 or 5015106. OLE color: 5015106.

HSL color Cylindrical-coordinate representation of color #42864C: hue angle of 128.82º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #42864C is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB6613476-
CMYK0.5100.430.47
HSL128.82º34%39.22%-
HSV(B)128.82º50.75%52.55%-
XYZ12.0818.739.82-
YUV107.06110.4798.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 76 (30.08% from 255) = 27.54%
R=23.91%
G=48.55%
B=27.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134760.5100.430.47128.823439.22
Hex42864C3302B2F812227
Octal10220611463053572014247
Binary1000010100001101001100110011010101110111110000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42864C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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