#428D4A

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

Shades of Killarney #428D4A

Tints of Killarney #428D4A

Color information

#428D4A (or 0x428D4A) is unknown color: approx Killarney. HEX triplet: 42, 8D and 4A. RGB value is (66,141,74). Sum of RGB (Red+Green+Blue) = 66+141+74=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #428D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D4A is #BD72B5. Grayscale: #6F6F6F. Windows color (decimal): -12415670 or 4885826. OLE color: 4885826.

HSL color Cylindrical-coordinate representation of color #428D4A: hue angle of 126.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D4A is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB6614174-
CMYK0.5300.480.45
HSL126.4º36.23%40.59%-
HSV(B)126.4º53.19%55.29%-
XYZ13.0120.79.79-
YUV110.94107.1595.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 141 (55.47% from 255) = 50.18%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=23.49%
G=50.18%
B=26.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66141740.5300.480.45126.436.2340.59
Hex428D4A350302D7e2429
Octal10221511265060551764451
Binary100001010001101100101011010101100001011011111110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428D4A; }

 p { color: rgb(66,141,74); }

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

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

 a { background-color: rgb(66,141,74); }

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

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

 span { border-color: rgb(66,141,74); }

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