#428A48

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

Shades of Killarney #428A48

Tints of Killarney #428A48

Color information

#428A48 (or 0x428A48) is unknown color: approx Killarney. HEX triplet: 42, 8A and 48. RGB value is (66,138,72). Sum of RGB (Red+Green+Blue) = 66+138+72=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 138 (54.30% from 255 or 50% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 138 - color contains mainly: green. Hex color #428A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428A48 is #BD75B7. Grayscale: #6D6D6D. Windows color (decimal): -12416440 or 4753986. OLE color: 4753986.

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

Color convert

RGB6613872-
CMYK0.5200.480.46
HSL125º35.29%40%-
HSV(B)125º52.17%54.12%-
XYZ12.519.89.29-
YUV108.95107.1597.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 138 (54.30% from 255) = 50%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=23.91%
G=50%
B=26.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66138720.5200.480.4612535.2940
Hex428A48340302E7d2328
Octal10221211064060561754350
Binary100001010001010100100011010001100001011101111101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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