#42794C

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

Shades of Killarney #42794C

Tints of Killarney #42794C

Color information

#42794C (or 0x42794C) is unknown color: approx Killarney. HEX triplet: 42, 79 and 4C. RGB value is (66,121,76). Sum of RGB (Red+Green+Blue) = 66+121+76=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #42794C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42794C is #BD86B3. Grayscale: #636363. Windows color (decimal): -12420788 or 5011778. OLE color: 5011778.

HSL color Cylindrical-coordinate representation of color #42794C: hue angle of 130.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42794C is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB6612176-
CMYK0.4500.370.53
HSL130.91º29.41%36.67%-
HSV(B)130.91º45.45%47.45%-
XYZ10.3915.359.25-
YUV99.42114.78104.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 121 (47.66% from 255) = 46.01%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=25.10%
G=46.01%
B=28.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121760.4500.370.53130.9129.4136.67
Hex42794C2D02535831d25
Octal10217111455045652033545
Binary10000101111001100110010110101001011101011000001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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