#3F8242

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

Shades of Killarney #3F8242

Tints of Killarney #3F8242

Color information

#3F8242 (or 0x3F8242) is unknown color: approx Killarney. HEX triplet: 3F, 82 and 42. RGB value is (63,130,66). Sum of RGB (Red+Green+Blue) = 63+130+66=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #3F8242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8242 is #C07DBD. Grayscale: #666666. Windows color (decimal): -12615102 or 4358719. OLE color: 4358719.

HSL color Cylindrical-coordinate representation of color #3F8242: hue angle of 122.69º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F8242 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB6313066-
CMYK0.5200.490.49
HSL122.69º34.72%37.84%-
HSV(B)122.69º51.54%50.98%-
XYZ11.0217.427.94-
YUV102.67107.399.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.32%
GREEN value IS 130 (51.17% from 255) = 50.19%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=24.32%
G=50.19%
B=25.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63130660.5200.490.49122.6934.7237.84
Hex3F824234031317b2326
Octal7720210264061611734346
Binary11111110000010100001011010001100011100011111011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F8242; }

 p { color: rgb(63,130,66); }

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

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

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

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

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

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

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