#428145

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

Shades of Killarney #428145

Tints of Killarney #428145

Color information

#428145 (or 0x428145) is unknown color: approx Killarney. HEX triplet: 42, 81 and 45. RGB value is (66,129,69). Sum of RGB (Red+Green+Blue) = 66+129+69=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #428145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428145 is #BD7EBA. Grayscale: #676767. Windows color (decimal): -12418747 or 4555074. OLE color: 4555074.

HSL color Cylindrical-coordinate representation of color #428145: hue angle of 122.86º degrees, saturation: 0.32, 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 #428145 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB6612969-
CMYK0.4900.470.49
HSL122.86º32.31%38.24%-
HSV(B)122.86º48.84%50.59%-
XYZ11.1717.298.38-
YUV103.32108.63101.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=25%
G=48.86%
B=26.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129690.4900.470.49122.8632.3138.24
Hex4281453102F317b2026
Octal10220110561057611734046
Binary100001010000001100010111000101011111100011111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428145; }

 p { color: rgb(66,129,69); }

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

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

 a { background-color: rgb(66,129,69); }

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

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

 span { border-color: rgb(66,129,69); }

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