#428650

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

Shades of Killarney #428650

Tints of Killarney #428650

Color information

#428650 (or 0x428650) is unknown color: approx Killarney. HEX triplet: 42, 86 and 50. RGB value is (66,134,80). Sum of RGB (Red+Green+Blue) = 66+134+80=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #428650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428650 is #BD79AF. Grayscale: #6B6B6B. Windows color (decimal): -12417456 or 5277250. OLE color: 5277250.

HSL color Cylindrical-coordinate representation of color #428650: hue angle of 132.35º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428650 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB6613480-
CMYK0.5100.400.47
HSL132.35º34%39.22%-
HSV(B)132.35º50.75%52.55%-
XYZ12.2218.7910.57-
YUV107.51112.4798.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 134 (52.73% from 255) = 47.86%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=23.57%
G=47.86%
B=28.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66134800.5100.400.47132.353439.22
Hex428650330282F842227
Octal10220612063050572044247
Binary1000010100001101010000110011010100010111110000100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428650; }

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

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

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

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

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

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

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

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