#428147

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

Shades of Killarney #428147

Tints of Killarney #428147

Color information

#428147 (or 0x428147) is unknown color: approx Killarney. HEX triplet: 42, 81 and 47. RGB value is (66,129,71). Sum of RGB (Red+Green+Blue) = 66+129+71=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #428147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428147 is #BD7EB8. Grayscale: #676767. Windows color (decimal): -12418745 or 4686146. OLE color: 4686146.

HSL color Cylindrical-coordinate representation of color #428147: hue angle of 124.76º 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 #428147 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB6612971-
CMYK0.4900.450.49
HSL124.76º32.31%38.24%-
HSV(B)124.76º48.84%50.59%-
XYZ11.2317.318.71-
YUV103.55109.63101.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 129 (50.78% from 255) = 48.50%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=24.81%
G=48.50%
B=26.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66129710.4900.450.49124.7632.3138.24
Hex4281473102D317d2026
Octal10220110761055611754046
Binary100001010000001100011111000101011011100011111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428147; }

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

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

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

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

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

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

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

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