#427F42

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

Shades of Killarney #427F42

Tints of Killarney #427F42

Color information

#427F42 (or 0x427F42) is unknown color: approx Killarney. HEX triplet: 42, 7F and 42. RGB value is (66,127,66). Sum of RGB (Red+Green+Blue) = 66+127+66=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #427F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #427F42 is #BD80BD. Grayscale: #656565. Windows color (decimal): -12419262 or 4357954. OLE color: 4357954.

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

Color convert

RGB6612766-
CMYK0.4800.480.50
HSL120º31.61%37.84%-
HSV(B)120º48.03%49.8%-
XYZ10.8216.737.81-
YUV101.81107.79102.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=25.48%
G=49.03%
B=25.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66127660.4800.480.5012031.6137.84
Hex427F423003032782026
Octal10217710260060621704046
Binary10000101111111100001011000001100001100101111000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427F42; }

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

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

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

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

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

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

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

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