#42764C

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

Shades of Killarney #42764C

Tints of Killarney #42764C

Color information

#42764C (or 0x42764C) is unknown color: approx Killarney. HEX triplet: 42, 76 and 4C. RGB value is (66,118,76). Sum of RGB (Red+Green+Blue) = 66+118+76=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #42764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42764C is #BD89B3. Grayscale: #616161. Windows color (decimal): -12421556 or 5011010. OLE color: 5011010.

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

Color convert

RGB6611876-
CMYK0.4400.360.54
HSL131.54º28.26%36.08%-
HSV(B)131.54º44.07%46.27%-
XYZ10.0314.649.13-
YUV97.66115.77105.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 118 (46.48% from 255) = 45.38%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=25.38%
G=45.38%
B=29.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118760.4400.360.54131.5428.2636.08
Hex42764C2C02436841c24
Octal10216611454044662043444
Binary10000101110110100110010110001001001101101000010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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