#42794A

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

Shades of Killarney #42794A

Tints of Killarney #42794A

Color information

#42794A (or 0x42794A) is unknown color: approx Killarney. HEX triplet: 42, 79 and 4A. RGB value is (66,121,74). Sum of RGB (Red+Green+Blue) = 66+121+74=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #42794A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42794A is #BD86B5. Grayscale: #636363. Windows color (decimal): -12420790 or 4880706. OLE color: 4880706.

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

Color convert

RGB6612174-
CMYK0.4500.390.53
HSL128.73º29.41%36.67%-
HSV(B)128.73º45.45%47.45%-
XYZ10.3215.338.89-
YUV99.2113.78104.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 121 (47.66% from 255) = 46.36%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=25.29%
G=46.36%
B=28.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121740.4500.390.53128.7329.4136.67
Hex42794A2D02735811d25
Octal10217111255047652013545
Binary10000101111001100101010110101001111101011000000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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