#42864A

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

Shades of Killarney #42864A

Tints of Killarney #42864A

Color information

#42864A (or 0x42864A) is unknown color: approx Killarney. HEX triplet: 42, 86 and 4A. RGB value is (66,134,74). Sum of RGB (Red+Green+Blue) = 66+134+74=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #42864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42864A is #BD79B5. Grayscale: #6B6B6B. Windows color (decimal): -12417462 or 4884034. OLE color: 4884034.

HSL color Cylindrical-coordinate representation of color #42864A: hue angle of 127.06º 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 #42864A is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB6613474-
CMYK0.5100.450.47
HSL127.06º34%39.22%-
HSV(B)127.06º50.75%52.55%-
XYZ12.0118.79.46-
YUV106.83109.4798.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 74 (29.30% from 255) = 27.01%
R=24.09%
G=48.91%
B=27.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134740.5100.450.47127.063439.22
Hex42864A3302D2F7f2227
Octal10220611263055571774247
Binary100001010000110100101011001101011011011111111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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