#428742

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

Shades of Killarney #428742

Tints of Killarney #428742

Color information

#428742 (or 0x428742) is unknown color: approx Killarney. HEX triplet: 42, 87 and 42. RGB value is (66,135,66). Sum of RGB (Red+Green+Blue) = 66+135+66=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #428742 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428742 is #BD78BD. Grayscale: #6A6A6A. Windows color (decimal): -12417214 or 4360002. OLE color: 4360002.

HSL color Cylindrical-coordinate representation of color #428742: hue angle of 120º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428742 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB6613566-
CMYK0.5100.510.47
HSL120º34.33%39.41%-
HSV(B)120º51.11%52.94%-
XYZ11.8918.888.17-
YUV106.5105.1499.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 135 (53.12% from 255) = 50.56%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=24.72%
G=50.56%
B=24.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66135660.5100.510.4712034.3339.41
Hex428742330332F782227
Octal10220710263063571704247
Binary100001010000111100001011001101100111011111111000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428742; }

 p { color: rgb(66,135,66); }

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

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

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

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

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

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

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