#428446

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

Shades of Killarney #428446

Tints of Killarney #428446

Color information

#428446 (or 0x428446) is unknown color: approx Killarney. HEX triplet: 42, 84 and 46. RGB value is (66,132,70). Sum of RGB (Red+Green+Blue) = 66+132+70=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #428446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428446 is #BD7BB9. Grayscale: #696969. Windows color (decimal): -12417978 or 4621378. OLE color: 4621378.

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

Color convert

RGB6613270-
CMYK0.500.470.48
HSL123.64º33.33%38.82%-
HSV(B)123.64º50%51.76%-
XYZ11.618.18.68-
YUV105.2108.13100.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 70 (27.73% from 255) = 26.12%
R=24.63%
G=49.25%
B=26.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132700.500.470.48123.6433.3338.82
Hex4284463202F307c2127
Octal10220410662057601744147
Binary100001010000100100011011001001011111100001111100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428446; }

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

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

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

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

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

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

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

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