#42844E

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

Shades of Killarney #42844E

Tints of Killarney #42844E

Color information

#42844E (or 0x42844E) is unknown color: approx Killarney. HEX triplet: 42, 84 and 4E. RGB value is (66,132,78). Sum of RGB (Red+Green+Blue) = 66+132+78=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #42844E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42844E is #BD7BB1. Grayscale: #6A6A6A. Windows color (decimal): -12417970 or 5145666. OLE color: 5145666.

HSL color Cylindrical-coordinate representation of color #42844E: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42844E is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB6613278-
CMYK0.500.410.48
HSL130.91º33.33%38.82%-
HSV(B)130.91º50%51.76%-
XYZ11.8718.2110.1-
YUV106.11112.1399.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=23.91%
G=47.83%
B=28.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132780.500.410.48130.9133.3338.82
Hex42844E3202930832127
Octal10220411662051602034147
Binary1000010100001001001110110010010100111000010000011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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