#428050

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

Shades of Killarney #428050

Tints of Killarney #428050

Color information

#428050 (or 0x428050) is unknown color: approx Killarney. HEX triplet: 42, 80 and 50. RGB value is (66,128,80). Sum of RGB (Red+Green+Blue) = 66+128+80=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #428050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428050 is #BD7FAF. Grayscale: #686868. Windows color (decimal): -12418992 or 5275714. OLE color: 5275714.

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

Color convert

RGB6612880-
CMYK0.4800.380.50
HSL133.55º31.96%38.04%-
HSV(B)133.55º48.44%50.2%-
XYZ11.4117.1810.3-
YUV103.99114.46100.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 128 (50.39% from 255) = 46.72%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=24.09%
G=46.72%
B=29.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66128800.4800.380.50133.5531.9638.04
Hex4280503002632862026
Octal10220012060046622064046
Binary1000010100000001010000110000010011011001010000110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428050; }

 p { color: rgb(66,128,80); }

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

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

 a { background-color: rgb(66,128,80); }

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

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

 span { border-color: rgb(66,128,80); }

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