#42784E

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

Shades of Killarney #42784E

Tints of Killarney #42784E

Color information

#42784E (or 0x42784E) is unknown color: approx Killarney. HEX triplet: 42, 78 and 4E. RGB value is (66,120,78). Sum of RGB (Red+Green+Blue) = 66+120+78=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #42784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42784E is #BD87B1. Grayscale: #636363. Windows color (decimal): -12421042 or 5142594. OLE color: 5142594.

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

Color convert

RGB6612078-
CMYK0.4500.350.53
HSL133.33º29.03%36.47%-
HSV(B)133.33º45%47.06%-
XYZ10.3415.149.59-
YUV99.07116.11104.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=25%
G=45.45%
B=29.55%

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
Decimal66120780.4500.350.53133.3329.0336.47
Hex42784E2D02335851d24
Octal10217011655043652053544
Binary10000101111000100111010110101000111101011000010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42784E; }

 p { color: rgb(66,120,78); }

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

<style>
 a { background-color: #42784E; }

 a { background-color: rgb(66,120,78); }

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

<style>
 span { border-color: #42784E; }

 span { border-color: rgb(66,120,78); }

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