#428D4B

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

Shades of Killarney #428D4B

Tints of Killarney #428D4B

Color information

#428D4B (or 0x428D4B) is unknown color: approx Killarney. HEX triplet: 42, 8D and 4B. RGB value is (66,141,75). Sum of RGB (Red+Green+Blue) = 66+141+75=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 141 (55.47% from 255 or 50% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 141 - color contains mainly: green. Hex color #428D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D4B is #BD72B4. Grayscale: #6F6F6F. Windows color (decimal): -12415669 or 4951362. OLE color: 4951362.

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

Color convert

RGB6614175-
CMYK0.5300.470.45
HSL127.2º36.23%40.59%-
HSV(B)127.2º53.19%55.29%-
XYZ13.0420.729.97-
YUV111.05107.6595.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.40%
GREEN value IS 141 (55.47% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=23.40%
G=50%
B=26.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66141750.5300.470.45127.236.2340.59
Hex428D4B3502F2D7f2429
Octal10221511365057551774451
Binary100001010001101100101111010101011111011011111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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