#42794F

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

Shades of Killarney #42794F

Tints of Killarney #42794F

Color information

#42794F (or 0x42794F) is unknown color: approx Killarney. HEX triplet: 42, 79 and 4F. RGB value is (66,121,79). Sum of RGB (Red+Green+Blue) = 66+121+79=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 79 (31.25% from 255 or 29.70% from 266); Max value from RGB is 121 - color contains mainly: green. Hex color #42794F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42794F is #BD86B0. Grayscale: #636363. Windows color (decimal): -12420785 or 5208386. OLE color: 5208386.

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

Color convert

RGB6612179-
CMYK0.4500.350.53
HSL134.18º29.41%36.67%-
HSV(B)134.18º45.45%47.45%-
XYZ10.515.49.82-
YUV99.77116.28103.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 121 (47.66% from 255) = 45.49%
BLUE value IS 79 (31.25% from 255) = 29.70%
R=24.81%
G=45.49%
B=29.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66121790.4500.350.53134.1829.4136.67
Hex42794F2D02335861d25
Octal10217111755043652063545
Binary10000101111001100111110110101000111101011000011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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