#3F8C40

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

Shades of Killarney #3F8C40

Tints of Killarney #3F8C40

Color information

#3F8C40 (or 0x3F8C40) is unknown color: approx Killarney. HEX triplet: 3F, 8C and 40. RGB value is (63,140,64). Sum of RGB (Red+Green+Blue) = 63+140+64=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #3F8C40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8C40 is #C073BF. Grayscale: #6C6C6C. Windows color (decimal): -12612544 or 4230207. OLE color: 4230207.

HSL color Cylindrical-coordinate representation of color #3F8C40: hue angle of 120.78º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8C40 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB6314064-
CMYK0.5500.540.45
HSL120.78º37.93%39.8%-
HSV(B)120.78º55%54.9%-
XYZ12.3520.188.1-
YUV108.31102.9995.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 140 (55.08% from 255) = 52.43%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=23.60%
G=52.43%
B=23.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63140640.5500.540.45120.7837.9339.8
Hex3F8C40370362D792628
Octal7721410067066551714650
Binary11111110001100100000011011101101101011011111001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F8C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,140,64); }

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

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

 a { background-color: rgb(63,140,64); }

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

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

 span { border-color: rgb(63,140,64); }

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