#428A49

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

Shades of Killarney #428A49

Tints of Killarney #428A49

Color information

#428A49 (or 0x428A49) is unknown color: approx Killarney. HEX triplet: 42, 8A and 49. RGB value is (66,138,73). Sum of RGB (Red+Green+Blue) = 66+138+73=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #428A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428A49 is #BD75B6. Grayscale: #6D6D6D. Windows color (decimal): -12416439 or 4819522. OLE color: 4819522.

HSL color Cylindrical-coordinate representation of color #428A49: hue angle of 125.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 #428A49 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB6613873-
CMYK0.5200.470.46
HSL125.83º35.29%40%-
HSV(B)125.83º52.17%54.12%-
XYZ12.5419.829.47-
YUV109.06107.6597.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 138 (54.30% from 255) = 49.82%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=23.83%
G=49.82%
B=26.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66138730.5200.470.46125.8335.2940
Hex428A493402F2E7e2328
Octal10221211164057561764350
Binary100001010001010100100111010001011111011101111110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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