#428244

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

Shades of Killarney #428244

Tints of Killarney #428244

Color information

#428244 (or 0x428244) is unknown color: approx Killarney. HEX triplet: 42, 82 and 44. RGB value is (66,130,68). Sum of RGB (Red+Green+Blue) = 66+130+68=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #428244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428244 is #BD7DBB. Grayscale: #676767. Windows color (decimal): -12418492 or 4489794. OLE color: 4489794.

HSL color Cylindrical-coordinate representation of color #428244: hue angle of 121.88º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #428244 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB6613068-
CMYK0.4900.480.49
HSL121.88º32.65%38.43%-
HSV(B)121.88º49.23%50.98%-
XYZ11.2717.548.26-
YUV103.8107.8101.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=25%
G=49.24%
B=25.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66130680.4900.480.49121.8832.6538.43
Hex42824431030317a2126
Octal10220210461060611724146
Binary100001010000010100010011000101100001100011111010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428244; }

 p { color: rgb(66,130,68); }

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

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

 a { background-color: rgb(66,130,68); }

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

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

 span { border-color: rgb(66,130,68); }

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