#428542

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

Shades of Killarney #428542

Tints of Killarney #428542

Color information

#428542 (or 0x428542) is unknown color: approx Killarney. HEX triplet: 42, 85 and 42. RGB value is (66,133,66). Sum of RGB (Red+Green+Blue) = 66+133+66=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #428542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428542 is #BD7ABD. Grayscale: #696969. Windows color (decimal): -12417726 or 4359490. OLE color: 4359490.

HSL color Cylindrical-coordinate representation of color #428542: hue angle of 120º degrees, saturation: 0.34, 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 #428542 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB6613366-
CMYK0.5000.500.48
HSL120º33.67%39.02%-
HSV(B)120º50.38%52.16%-
XYZ11.6218.338.08-
YUV105.33105.899.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 133 (52.34% from 255) = 50.19%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=24.91%
G=50.19%
B=24.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66133660.5000.500.4812033.6739.02
Hex4285423203230782227
Octal10220510262062601704247
Binary100001010000101100001011001001100101100001111000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428542; }

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

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

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

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

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

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

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

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