#428450

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

Shades of Killarney #428450

Tints of Killarney #428450

Color information

#428450 (or 0x428450) is unknown color: approx Killarney. HEX triplet: 42, 84 and 50. RGB value is (66,132,80). Sum of RGB (Red+Green+Blue) = 66+132+80=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #428450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428450 is #BD7BAF. Grayscale: #6A6A6A. Windows color (decimal): -12417968 or 5276738. OLE color: 5276738.

HSL color Cylindrical-coordinate representation of color #428450: hue angle of 132.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #428450 is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB6613280-
CMYK0.500.390.48
HSL132.73º33.33%38.82%-
HSV(B)132.73º50%51.76%-
XYZ11.9518.2410.48-
YUV106.34113.1399.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.74%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=23.74%
G=47.48%
B=28.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132800.500.390.48132.7333.3338.82
Hex4284503202730852127
Octal10220412062047602054147
Binary1000010100001001010000110010010011111000010000101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428450; }

 p { color: rgb(66,132,80); }

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

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

 a { background-color: rgb(66,132,80); }

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

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

 span { border-color: rgb(66,132,80); }

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