#428A4F

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

Shades of Killarney #428A4F

Tints of Killarney #428A4F

Color information

#428A4F (or 0x428A4F) is unknown color: approx Killarney. HEX triplet: 42, 8A and 4F. RGB value is (66,138,79). Sum of RGB (Red+Green+Blue) = 66+138+79=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #428A4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A4F is #BD75B0. Grayscale: #6D6D6D. Windows color (decimal): -12416433 or 5212738. OLE color: 5212738.

HSL color Cylindrical-coordinate representation of color #428A4F: hue angle of 130.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A4F is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB6613879-
CMYK0.5200.430.46
HSL130.83º35.29%40%-
HSV(B)130.83º52.17%54.12%-
XYZ12.7519.910.57-
YUV109.75110.6596.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 138 (54.30% from 255) = 48.76%
BLUE value IS 79 (31.25% from 255) = 27.92%
R=23.32%
G=48.76%
B=27.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66138790.5200.430.46130.8335.2940
Hex428A4F3402B2E832328
Octal10221211764053562034350
Binary1000010100010101001111110100010101110111010000011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,138,79); }

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

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

 a { background-color: rgb(66,138,79); }

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

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

 span { border-color: rgb(66,138,79); }

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