#42844C

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

Shades of Killarney #42844C

Tints of Killarney #42844C

Color information

#42844C (or 0x42844C) is unknown color: approx Killarney. HEX triplet: 42, 84 and 4C. RGB value is (66,132,76). Sum of RGB (Red+Green+Blue) = 66+132+76=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #42844C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42844C is #BD7BB3. Grayscale: #6A6A6A. Windows color (decimal): -12417972 or 5014594. OLE color: 5014594.

HSL color Cylindrical-coordinate representation of color #42844C: hue angle of 129.09º 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 #42844C is Cyan = 0.5, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB6613276-
CMYK0.500.420.48
HSL129.09º33.33%38.82%-
HSV(B)129.09º50%51.76%-
XYZ11.818.189.73-
YUV105.88111.1399.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 132 (51.95% from 255) = 48.18%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=24.09%
G=48.18%
B=27.74%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132760.500.420.48129.0933.3338.82
Hex42844C3202A30812127
Octal10220411462052602014147
Binary1000010100001001001100110010010101011000010000001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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