#428445

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

Shades of Killarney #428445

Tints of Killarney #428445

Color information

#428445 (or 0x428445) is unknown color: approx Killarney. HEX triplet: 42, 84 and 45. RGB value is (66,132,69). Sum of RGB (Red+Green+Blue) = 66+132+69=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #428445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428445 is #BD7BBA. Grayscale: #696969. Windows color (decimal): -12417979 or 4555842. OLE color: 4555842.

HSL color Cylindrical-coordinate representation of color #428445: hue angle of 122.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 #428445 is Cyan = 0.5, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB6613269-
CMYK0.500.480.48
HSL122.73º33.33%38.82%-
HSV(B)122.73º50%51.76%-
XYZ11.5718.098.51-
YUV105.08107.63100.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 69 (27.34% from 255) = 25.84%
R=24.72%
G=49.44%
B=25.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66132690.500.480.48122.7333.3338.82
Hex42844532030307b2127
Octal10220410562060601734147
Binary100001010000100100010111001001100001100001111011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428445; }

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

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

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

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

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

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

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

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