#428247

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

Shades of Killarney #428247

Tints of Killarney #428247

Color information

#428247 (or 0x428247) is unknown color: approx Killarney. HEX triplet: 42, 82 and 47. RGB value is (66,130,71). Sum of RGB (Red+Green+Blue) = 66+130+71=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #428247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428247 is #BD7DB8. Grayscale: #686868. Windows color (decimal): -12418489 or 4686402. OLE color: 4686402.

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

Color convert

RGB6613071-
CMYK0.4900.450.49
HSL124.69º32.65%38.43%-
HSV(B)124.69º49.23%50.98%-
XYZ11.3717.588.76-
YUV104.14109.3100.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=24.72%
G=48.69%
B=26.59%

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
Decimal66130710.4900.450.49124.6932.6538.43
Hex4282473102D317d2126
Octal10220210761055611754146
Binary100001010000010100011111000101011011100011111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428247; }

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

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

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

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

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

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

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

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