#428342

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

Shades of Killarney #428342

Tints of Killarney #428342

Color information

#428342 (or 0x428342) is unknown color: approx Killarney. HEX triplet: 42, 83 and 42. RGB value is (66,131,66). Sum of RGB (Red+Green+Blue) = 66+131+66=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 131 (51.56% from 255 or 49.81% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 131 - color contains mainly: green. Hex color #428342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428342 is #BD7CBD. Grayscale: #686868. Windows color (decimal): -12418238 or 4358978. OLE color: 4358978.

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

Color convert

RGB6613166-
CMYK0.5000.500.49
HSL120º32.99%38.63%-
HSV(B)120º49.62%51.37%-
XYZ11.3517.787.99-
YUV104.15106.47100.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 131 (51.56% from 255) = 49.81%
BLUE value IS 66 (26.17% from 255) = 25.10%
R=25.10%
G=49.81%
B=25.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66131660.5000.500.4912032.9938.63
Hex4283423203231782127
Octal10220310262062611704147
Binary100001010000011100001011001001100101100011111000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428342; }

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

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

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

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

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

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

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

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